blob: 162875603a6317fcf2d06c3b7825d72117bd1a9a [file] [log] [blame]
class AAA {
fun foo() {
x = x + 1
}
companion object {
var x = 42
}
}