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