Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
fae15b3fc4205675bfb51513d6068f83490926d3
/
.
/
compiler
/
testData
/
multiplatform
/
explicitActualOnOverrideOfAbstractMethod
/
common.kt
blob: 12f11d20a7a9d85f4c01b62f3a8bf12293bbd43e [
file
] [
log
] [
blame
]
expect
abstract
class
Base
{
abstract
fun foo
()
}
expect
class
DerivedImplicit
:
Base