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

5 lines
75 B
Kotlin
Vendored

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