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