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

4 lines
37 B
Kotlin
Vendored

fun foo1() : Unit {
this
this@a
}