Predicate expression, a?b?.f()
This commit is contained in:
@@ -174,7 +174,7 @@ postfixUnaryOperation
|
||||
;
|
||||
|
||||
memberAccessOperation
|
||||
: "." : "?." : "#"
|
||||
: "." : "?." : "#" : "?"
|
||||
;
|
||||
|
||||
typeArguments
|
||||
|
||||
Reference in New Issue
Block a user