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