blob: 7df1beb5b626fb067bfbd33a0ec456303e89bc91 [file] [log] [blame]
class A(i: Int = 1 + 2) {
val a = i
}
fun test() {
A()
}