62e856956c
The result of k1/k2 should be similar here, the differences should be fixed by KT-60764
4 lines
105 B
Kotlin
Vendored
4 lines
105 B
Kotlin
Vendored
// FIR_IDENTICAL
|
|
package test.a
|
|
|
|
public annotation class AnnotationClass(val i: Int, val j: String = "a") |