Files
kotlin-fork/compiler/testData/diagnostics/tests/thisAndSuper/thisInToplevelFunction.fir.kt
T

4 lines
74 B
Kotlin
Vendored

fun foo1() : Unit {
<!NO_THIS!>this<!>
<!UNRESOLVED_LABEL!>this@a<!>
}