Sign in
◑
Theme
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
9fc4d94d04f972782fee2dc5b3b25d052d88601a
/
.
/
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
(
""
)
}