8 lines
66 B
Kotlin
8 lines
66 B
Kotlin
// "Create object 'A'" "true"
|
|
package p
|
|
|
|
import p.A
|
|
|
|
object A {
|
|
|
|
} |