blob: 6abddc6374bd3c7aaf4f1abcef0b0989953f061c [file] [log] [blame]
class A {
init {
x = 1
}
val x: Int
}