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