Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
cae7f90b594750d624e94b3325571f4b5ebff2f0
/
.
/
compiler
/
testData
/
compileKotlinAgainstJava
/
AbstractClass.kt
blob: 4dec09513e6b82e5a12f846775c75efe4962ad34 [
file
] [
log
] [
blame
]
package
test
class
AbstractClassImpl
:
AbstractClass
()
{
override
fun implementMe
()
{}
}