Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
0801cc12da5af28d8009eb66d070f37079ab755d
/
.
/
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 */