Files
Ilya Kirillov 62e856956c [stub builder] generate K2 test output for the testsuite where classfiles are generated by the K2 compiler
The result of k1/k2 should be similar here, the differences should be fixed by KT-60764
2023-07-31 15:38:07 +00:00

4 lines
105 B
Kotlin
Vendored

// FIR_IDENTICAL
package test.a
public annotation class AnnotationClass(val i: Int, val j: String = "a")