7 lines
76 B
Kotlin
Vendored
7 lines
76 B
Kotlin
Vendored
package lib
|
|
|
|
object Object {
|
|
val x = 1
|
|
val y = 2
|
|
val z = x + y
|
|
} |