8 lines
149 B
Kotlin
8 lines
149 B
Kotlin
import testData.libraries.*
|
|
|
|
val x = NamedObject.objectMember
|
|
|
|
// main.kt
|
|
//public object <1>NamedObject {
|
|
// public val <2>objectMember: Int = 1
|