Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
9fc4d94d04f972782fee2dc5b3b25d052d88601a
/
.
/
compiler
/
testData
/
diagnostics
/
tests
/
override
/
MissingDelegate.fir.kt
blob: 54a5e46ca930f60e6264b4168815ac1bd4e8a412 [
file
]
class
C
:
<!
UNRESOLVED_REFERENCE
,
UNRESOLVED_REFERENCE
!>
Base1
<!>
by
<!
UNRESOLVED_REFERENCE
!>
Base2
<!>(
1
)
{
fun test
()
{
}
}