Fix test data: use also stdlib where stdlib-jdk8 was required

#KT-51907
This commit is contained in:
Ilya Gorbunov
2022-09-02 17:35:14 +02:00
committed by Space
parent 1b6a462057
commit e51d25fb60
4 changed files with 6 additions and 4 deletions
@@ -1,8 +1,8 @@
// Two
// WITH_STDLIB
// STDLIB_JDK8
// FULL_JDK
@JvmRepeatable(TwoContainer::class)
annotation class Two(val name: String)
annotation class TwoContainer(val value: Array<Two>)
// COMPILATION_ERRORS
annotation class TwoContainer(val value: Array<Two>)