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