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

4 lines
78 B
Kotlin
Vendored

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