Do not include kotlin-reflect at runtime by default in codegen tests

Change some tests to either include reflection or to avoid using it
This commit is contained in:
Alexander Udalov
2016-03-05 23:55:09 +03:00
committed by Alexander Udalov
parent 20e36438e2
commit 2564a2f91f
20 changed files with 37 additions and 24 deletions

View File

@@ -1,3 +1,4 @@
// WITH_REFLECT
// FILE: J.java
public class J {

View File

@@ -1,3 +1,4 @@
// WITH_REFLECT
// FILE: J.java
public class J {

View File

@@ -1,3 +1,5 @@
// WITH_REFLECT
// FULL_JDK
// FILE: J.java
public class J {
@@ -11,7 +13,6 @@ public class J {
}
// FILE: 1.kt
// FULL_JDK
import java.lang.reflect.*
import kotlin.reflect.*

View File

@@ -1,3 +1,4 @@
// WITH_REFLECT
// FILE: J.java
public class J {

View File

@@ -1,3 +1,4 @@
// WITH_REFLECT
// FILE: test/J.java
package test;