Files
2018-12-11 22:48:53 +03:00

7 lines
76 B
Kotlin
Vendored

package lib
object Object {
val x = 1
val y = 2
val z = x + y
}