blob: 006fbbb26d20bbc19d10b9d8aabeb56f7f3be365 [file] [log] [blame]
// FIR_IDENTICAL
annotation class Test1(val x: Int)
annotation class Test2(val x: Int = 0)
annotation class Test3(val x: Test1)
annotation class Test4(vararg val xs: Int)