Change parsing of statements starting with annotations
If a block statement starts with annotations treat them as they belong to node of the statement rather than to the closest prefix expression #KT-10210 Fixed
This commit is contained in:
@@ -172,7 +172,7 @@ declaration
|
||||
|
||||
statement
|
||||
: declaration
|
||||
: expression
|
||||
: annotations expression
|
||||
;
|
||||
|
||||
multiplicativeOperation
|
||||
|
||||
Reference in New Issue
Block a user