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