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

5 lines
184 B
Kotlin
Vendored

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