Predicate expression, a?b?.f()

This commit is contained in:
Andrey Breslav
2011-02-09 14:48:13 +03:00
parent 09b57d6ee1
commit ad61e57646
6 changed files with 60 additions and 2 deletions
+1 -1
View File
@@ -174,7 +174,7 @@ postfixUnaryOperation
;
memberAccessOperation
: "." : "?." : "#"
: "." : "?." : "#" : "?"
;
typeArguments