Support nullable types on left-hand side of ::

#KT-1183 In Progress
This commit is contained in:
Alexander Udalov
2014-06-02 20:27:19 +04:00
parent 42991e05a1
commit a9b2fd964b
7 changed files with 107 additions and 10 deletions
+1 -1
View File
@@ -104,7 +104,7 @@ postfixUnaryExpression
// TODO: callSuffix is forbidden after callableReference, since parentheses will be used to provide parameter types
callableReference
: userType? "::" SimpleName
: (userType "?"*)? "::" SimpleName
;
// !!! When you add here, remember to update the FIRST set in the parser