9 lines
78 B
Plaintext
Vendored
9 lines
78 B
Plaintext
Vendored
class A {
|
|
var a: Int = 1
|
|
var b: Int
|
|
|
|
init {
|
|
b = 2
|
|
}
|
|
}
|