Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
9fc4d94d04f972782fee2dc5b3b25d052d88601a
/
.
/
compiler
/
testData
/
ir
/
irText
/
classes
/
annotationClasses.kt
blob: 006fbbb26d20bbc19d10b9d8aabeb56f7f3be365 [
file
]
// 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
)