Files
2022-01-12 15:09:45 +01:00

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"
}