Use TopLevelDeclarations analysis mode in REPL
#KT-12564 Fixed
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
>>> for (n in 1..10) foo@ { break@foo }
|
||||
error: the label '@foo' does not denote a loop
|
||||
for (n in 1..10) foo@ { break@foo }
|
||||
^
|
||||
Reference in New Issue
Block a user