8 lines
73 B
Plaintext
Vendored
8 lines
73 B
Plaintext
Vendored
class A {
|
|
var a: Int = 1
|
|
|
|
init {
|
|
// Initialize a
|
|
}
|
|
}
|