Files
kotlin-fork/compiler/testData/resolvedCalls/this/labeledThis.kt
T
2014-07-08 14:48:20 +04:00

5 lines
61 B
Kotlin

class A {
fun foo() {
<caret>this@A.foo()
}
}