[SLC] add more tests
^KT-56046
This commit is contained in:
committed by
Space Team
parent
347dc83773
commit
ba9520f5c5
@@ -0,0 +1,7 @@
|
||||
// PSI: org.jetbrains.kotlin.light.classes.symbol.classes.SymbolLightClassForAnnotationClass
|
||||
// EXPECTED: java.lang.annotation.Repeatable
|
||||
// UNEXPECTED: kotlin.annotation.Repeatable
|
||||
|
||||
@JvmRepeatable(TwoContainer::class)
|
||||
annotation class T<caret>wo(val name: String)
|
||||
annotation class TwoContainer(val value: Array<Two>)
|
||||
Reference in New Issue
Block a user