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

4 lines
120 B
Kotlin

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