Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ba045e44fbc13a4a8bcfa03689115fd0a25366a9
/
.
/
idea
/
testData
/
expressionSelection
/
labelledThis.kt
blob: a097f8e5d15114b6acce3c717113266ef4e88201 [
file
] [
log
] [
blame
]
class
Foo
()
{
val s
=
this
@F
<selection>
o
</
selection
>
o
.
toString
()
}
// KT-4515: Extract variable can attempt to extract a label from a labelled statement.
/* this@Foo */