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

4 lines
188 B
Kotlin
Vendored

fun String.f() {
<!NO_SUPERTYPE, NO_SUPERTYPE!>super@f<!>.<!UNRESOLVED_REFERENCE!>compareTo<!>("")
<!NO_SUPERTYPE, NO_SUPERTYPE!>super<!>.<!UNRESOLVED_REFERENCE!>compareTo<!>("")
}