Basic support for when() expressions

This commit is contained in:
Andrey Breslav
2011-05-17 22:27:35 +04:00
parent 169f45b97b
commit 891aebf3bc
17 changed files with 389 additions and 45 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ whenConditionIf
whenCondition
: expression
: "." postfixUnaryExpression typeArguments? valueArguments?
: ("." | "?.") postfixUnaryExpression typeArguments? valueArguments?
: ("in" | "!in") expression
: ("is" | "!is") isRHS
;