Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
9fc4d94d04f972782fee2dc5b3b25d052d88601a
/
.
/
compiler
/
testData
/
diagnostics
/
tests
/
thisAndSuper
/
superInToplevelFunction.fir.kt
blob: 1336b4896012f5001b1a37b5ab037954d93e7136 [
file
]
fun foo
()
{
<!
SUPER_IS_NOT_AN_EXPRESSION
!>
super
<!>
<!
SUPER_NOT_AVAILABLE
!>
super
<!>.
foo
()
<!
SUPER_NOT_AVAILABLE
!>
super
<
Nothing
><!>.
foo
()
}