11 lines
130 B
Kotlin
Vendored
11 lines
130 B
Kotlin
Vendored
package test
|
|
|
|
class B {
|
|
fun foo(a: AAA) {
|
|
a.x = a.x + 1
|
|
yY += "a"
|
|
}
|
|
|
|
var yY = ""
|
|
private set
|
|
} |