9 lines
108 B
Plaintext
Vendored
9 lines
108 B
Plaintext
Vendored
class A {
|
|
var a<selection>: Int</selection><caret> = 1
|
|
var b: Int
|
|
|
|
init {
|
|
b = 2
|
|
}
|
|
}
|