Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
5e49b472f81ed95098eec9749aa2ad0415fac731
/
.
/
compiler
/
testData
/
diagnostics
/
tests
/
thisAndSuper
/
superInExtensionFunction.fir.kt
blob: e73d50a555473ed7fea6309e23e9571f14357905 [
file
]
fun
String
.
f
()
{
<!
SUPER_NOT_AVAILABLE
!>
super
@f
<!>.
compareTo
(
""
)
<!
SUPER_NOT_AVAILABLE
!>
super
<!>.
compareTo
(
""
)
}