Add WITH_RUNTIME or WITH_REFLECT to boxWithStdlib testData
This commit is contained in:
committed by
Alexander Udalov
parent
2564a2f91f
commit
22bfc9786a
Vendored
+2
@@ -1,3 +1,5 @@
|
||||
// WITH_REFLECT
|
||||
|
||||
import kotlin.reflect.*
|
||||
import kotlin.test.assertTrue
|
||||
|
||||
|
||||
+2
@@ -1,3 +1,5 @@
|
||||
// WITH_REFLECT
|
||||
|
||||
import kotlin.test.assertEquals
|
||||
|
||||
class A
|
||||
|
||||
+2
@@ -1,3 +1,5 @@
|
||||
// WITH_REFLECT
|
||||
|
||||
import kotlin.test.assertNull
|
||||
import kotlin.test.assertNotNull
|
||||
import kotlin.reflect.*
|
||||
|
||||
+2
@@ -1,3 +1,5 @@
|
||||
// WITH_REFLECT
|
||||
|
||||
import java.util.Collections
|
||||
import kotlin.reflect.*
|
||||
import kotlin.test.assertEquals
|
||||
|
||||
Reference in New Issue
Block a user