1afbb961ee
#KT-7135 Fixed
11 lines
130 B
Kotlin
11 lines
130 B
Kotlin
public class AAA {
|
|
public fun foo() {
|
|
x = x + 1
|
|
}
|
|
|
|
companion object {
|
|
|
|
public var x: Int = 42
|
|
}
|
|
}
|