0ebf2862a9
In the consequent commits, there are some changes in FIR resolve. These tests will show the difference. #KT-64151
4 lines
109 B
Kotlin
Vendored
4 lines
109 B
Kotlin
Vendored
annotation class WithErrorSecondaryConstructor cons<caret>tructor(val a: Int) {
|
|
constructor(): this(0)
|
|
}
|