Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
9fc4d94d04f972782fee2dc5b3b25d052d88601a
/
.
/
compiler
/
testData
/
diagnostics
/
tests
/
thisAndSuper
/
thisInToplevelFunction.kt
blob: f189a07c0ab3747c7cc2503bae1bbb4a54e91570 [
file
]
fun foo1
()
:
Unit
{
<!
NO_THIS
!>
this
<!>
this
<!
UNRESOLVED_REFERENCE
!>
@a
<!>
}