Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ba045e44fbc13a4a8bcfa03689115fd0a25366a9
/
.
/
idea
/
testData
/
smartSelection
/
labelledStatement.kt
blob: a70e40f816b78530ed0c8244d98deffe47e9dd73 [
file
] [
log
] [
blame
]
fun f
()
{
loop@
while
(
true
)
{
break
@lo
<caret>
op
}
}
// KT-4515: Extract variable can attempt to extract a label from a labelled statement.
/* */