Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
699829ccb3e80dbb53c10cccdf1e50f06a5c5346
/
.
/
idea
/
testData
/
quickfix
/
convertJavaInterfaceToClass
/
kotlinInheritor.after.Dependency.kt
blob: 2b91ddccfcf1492befb33883b8d346bcfe6544db [
file
]
interface
IK
class
C2
:
I
()
{
}
class
C3
:
I
(),
IK
{
}