Parse label reference with spaces before '@'

But still report error
This commit is contained in:
Denis Zharkov
2015-05-04 12:42:59 +03:00
parent 3528762e2d
commit b13e932c3c
4 changed files with 56 additions and 38 deletions
@@ -23,7 +23,7 @@ fun test4(): Int {
fun test5(): Int {
return synchronized(this) {(): Int ->
return @synchronized 12
return@synchronized 12
}
}