7 lines
65 B
Plaintext
Vendored
7 lines
65 B
Plaintext
Vendored
class A(i: Int = 1 + 2) {
|
|
val a = i
|
|
}
|
|
|
|
fun test() {
|
|
A()
|
|
} |