5 lines
72 B
Kotlin
Vendored
5 lines
72 B
Kotlin
Vendored
import test.JavaParent
|
|
|
|
class KotlinChild : JavaParent() {
|
|
<caret>
|
|
} |