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

5 lines
196 B
Kotlin
Vendored

fun foo() {
<!SUPER_NOT_AVAILABLE!>super<!>
<!SUPER_NOT_AVAILABLE!>super<!>.<!UNRESOLVED_REFERENCE!>foo<!>()
<!SUPER_NOT_AVAILABLE!>super<Nothing><!>.<!UNRESOLVED_REFERENCE!>foo<!>()
}