0ebf2862a9
In the consequent commits, there are some changes in FIR resolve. These tests will show the difference. #KT-64151
6 lines
145 B
Kotlin
Vendored
6 lines
145 B
Kotlin
Vendored
fun local<caret>Annotation() {
|
|
annotation class Local1
|
|
annotation class Local2(val a: Int)
|
|
annotation class Local3(val a: Int = 1)
|
|
}
|