Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
cae7f90b594750d624e94b3325571f4b5ebff2f0
/
.
/
compiler
/
testData
/
compileKotlinAgainstCustomBinaries
/
sealedInheritorInDifferentModule
/
main.kt
blob: 8558dd31d4756edc5209db6e41a87a2d5cfd71f7 [
file
] [
log
] [
blame
]
// ISSUE: KT-20423
package
a
class
B
:
Base
(),
IBase