Skip to content
Commit 9141e9d7 authored by Heinz Wiesinger's avatar Heinz Wiesinger
Browse files

Support the syntax for class member access on instantiation.

This adds support for syntax like (new Foo())->bar() as introduced
in PHP 5.4.

The bug, that ($a)-> still offers completion even though it is
invalid syntax (stupid PHP) remains though.

CCBUG: 305779
CCBUG: 297908
REVIEW: 115304
parent 5eb6364d
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment