Basic support for when() expressions
This commit is contained in:
@@ -16,7 +16,7 @@ whenConditionIf
|
||||
|
||||
whenCondition
|
||||
: expression
|
||||
: "." postfixUnaryExpression typeArguments? valueArguments?
|
||||
: ("." | "?.") postfixUnaryExpression typeArguments? valueArguments?
|
||||
: ("in" | "!in") expression
|
||||
: ("is" | "!is") isRHS
|
||||
;
|
||||
|
||||
Reference in New Issue
Block a user