KT-621 Remove .foo() pattern matching from when (Rename method and correct grammar)

This commit is contained in:
Nikolay Krasko
2011-11-28 15:29:01 +04:00
parent 517947288c
commit c09e9368e8
3 changed files with 8 additions and 4 deletions
-1
View File
@@ -18,7 +18,6 @@ whenEntry
whenCondition
: expression
: ("." | "?.") postfixUnaryExpression typeArguments? valueArguments?
: ("in" | "!in") expression
: ("is" | "!is") isRHS
;