8 lines
137 B
Kotlin
Vendored
8 lines
137 B
Kotlin
Vendored
package test
|
|
|
|
fun main(args: Array<String>) {
|
|
val x = a + b + other.other
|
|
a = "aa"
|
|
b = "bb"
|
|
other.other = "other.other"
|
|
} |