Bug 540356 - Highlighting problem with closure call inside array declaration
Summary: Highlighting problem with closure call inside array declaration
Status: CLOSED FIXED
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: PDT (show other bugs)
Version: unspecified   Edit
Hardware: All All
: P3 major (vote)
Target Milestone: ---   Edit
Assignee: PHP UI CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-10-22 03:55 EDT by Dawid Pakula CLA
Modified: 2020-05-14 13:15 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dawid Pakula CLA 2018-10-22 03:55:25 EDT
One of our semantic highlighter broke closure colors. Example:

$test = [
    'callback' => (function($param) {
        return function () use ($param) {
            return true;
        };
    })($param)
];
Comment 1 Eclipse Genie CLA 2018-11-09 06:19:04 EST
New Gerrit change created: https://git.eclipse.org/r/132183
Comment 3 Thierry BLIND CLA 2018-11-10 06:27:08 EST
Fixed.