Parse label reference with spaces before '@'
But still report error
This commit is contained in:
@@ -23,7 +23,7 @@ fun test4(): Int {
|
||||
|
||||
fun test5(): Int {
|
||||
return synchronized(this) {(): Int ->
|
||||
return @synchronized 12
|
||||
return@synchronized 12
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user