Grammar: Fix "LabelName" rule (KT-22676)

This commit is contained in:
Alexey Belkov
2018-02-03 22:58:06 +03:00
committed by Sergey Igushkin
parent 4ffd4f8060
commit d98c454806
+1 -1
View File
@@ -76,7 +76,7 @@ See [Java interoperability](java-interop.html)
*/
LabelName
: "@" SimpleName
: SimpleName
;
/**