KT-621 Remove .foo() pattern matching from when (Rename method and correct grammar)
This commit is contained in:
@@ -18,7 +18,6 @@ whenEntry
|
||||
|
||||
whenCondition
|
||||
: expression
|
||||
: ("." | "?.") postfixUnaryExpression typeArguments? valueArguments?
|
||||
: ("in" | "!in") expression
|
||||
: ("is" | "!is") isRHS
|
||||
;
|
||||
|
||||
Reference in New Issue
Block a user