Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
49ce95ac6651db5c91015f9b0de5c3bff2185e61
/
.
/
compiler
/
testData
/
resolveConstructorDelegationCalls
/
superPrimaryImplicit.kt
blob: d5592972dcf5fe6ccee1e3a44a3f665e8316ed67 [
file
]
open
class
B
interface
C
class
A
:
B
,
C
{
<caret>
constructor
()
{
}
}