Fix test data: use also stdlib where stdlib-jdk8 was required
#KT-51907
This commit is contained in:
@@ -1,8 +1,8 @@
|
|||||||
// Two
|
// Two
|
||||||
|
// WITH_STDLIB
|
||||||
// STDLIB_JDK8
|
// STDLIB_JDK8
|
||||||
// FULL_JDK
|
// FULL_JDK
|
||||||
|
|
||||||
@JvmRepeatable(TwoContainer::class)
|
@JvmRepeatable(TwoContainer::class)
|
||||||
annotation class Two(val name: String)
|
annotation class Two(val name: String)
|
||||||
annotation class TwoContainer(val value: Array<Two>)
|
annotation class TwoContainer(val value: Array<Two>)
|
||||||
// COMPILATION_ERRORS
|
|
||||||
@@ -1,4 +1,5 @@
|
|||||||
// Two
|
// Two
|
||||||
|
// WITH_STDLIB
|
||||||
// STDLIB_JDK8
|
// STDLIB_JDK8
|
||||||
// FULL_JDK
|
// FULL_JDK
|
||||||
|
|
||||||
|
|||||||
@@ -1,9 +1,9 @@
|
|||||||
// Two
|
// Two
|
||||||
|
// WITH_STDLIB
|
||||||
// STDLIB_JDK8
|
// STDLIB_JDK8
|
||||||
// FULL_JDK
|
// FULL_JDK
|
||||||
|
|
||||||
@Repeatable
|
@Repeatable
|
||||||
@JvmRepeatable(TwoContainer::class)
|
@JvmRepeatable(TwoContainer::class)
|
||||||
annotation class Two(val name: String)
|
annotation class Two(val name: String)
|
||||||
annotation class TwoContainer(val value: Array<Two>)
|
annotation class TwoContainer(val value: Array<Two>)
|
||||||
// COMPILATION_ERRORS
|
|
||||||
@@ -1,5 +1,6 @@
|
|||||||
// FIR_IDENTICAL
|
// FIR_IDENTICAL
|
||||||
// FULL_JDK
|
// FULL_JDK
|
||||||
|
// WITH_STDLIB
|
||||||
// STDLIB_JDK8
|
// STDLIB_JDK8
|
||||||
|
|
||||||
import java.util.*
|
import java.util.*
|
||||||
|
|||||||
Reference in New Issue
Block a user