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