Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
cae7f90b594750d624e94b3325571f4b5ebff2f0
/
.
/
compiler
/
testData
/
ir
/
irText
/
classes
/
annotationClasses.kt
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
)