6 lines
59 B
Kotlin
Vendored
6 lines
59 B
Kotlin
Vendored
package test
|
|
|
|
object Object {
|
|
val x = 0
|
|
val y = 0
|
|
} |