0ebf2862a9
In the consequent commits, there are some changes in FIR resolve. These tests will show the difference. #KT-64151
5 lines
101 B
Kotlin
Vendored
5 lines
101 B
Kotlin
Vendored
annotation class Simple(val a: Int)
|
|
|
|
annotation class WithDeault cons<caret>tructor(val a: Int = 1)
|
|
|