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

4 lines
174 B
Kotlin
Vendored

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