7 lines
66 B
Kotlin
Vendored
7 lines
66 B
Kotlin
Vendored
package a
|
|
|
|
import c.JavaC
|
|
|
|
class A1 {
|
|
val j: JavaC = JavaC()
|
|
} |