Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ba045e44fbc13a4a8bcfa03689115fd0a25366a9
/
.
/
idea
/
testData
/
quickfix
/
createLabel
/
continueNoLoop.kt
blob: 8e11684aa28dd7954eac09d89b9ddb3d945bd2d0 [
file
] [
log
] [
blame
]
// "Create label foo@" "false"
// ERROR: The label '@foo' does not denote a loop
// ERROR: Unresolved reference: @foo
fun test
()
{
continue
@<
caret
>
foo
}