3c859caf2b
Move j2k/test/tests -> j2k/tests, j2k/test/testData -> j2k/testData
9 lines
131 B
Kotlin
9 lines
131 B
Kotlin
class B {
|
|
fun foo(a: AAA) {
|
|
a.x = a.x + 1
|
|
YY += "a"
|
|
}
|
|
|
|
public var YY: String = ""
|
|
private set
|
|
} |