Disable some android box test
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
// WITH_REFLECT
|
||||
// TARGET_BACKEND: JVM
|
||||
package test
|
||||
|
||||
import kotlin.reflect.KClass
|
||||
|
||||
@@ -12,5 +13,5 @@ class C
|
||||
|
||||
fun box(): String {
|
||||
val klass = (C::class.annotations.first() as Ann).c.toString()
|
||||
return if (klass == "class IC") "OK" else klass
|
||||
return if (klass == "class test.IC") "OK" else klass
|
||||
}
|
||||
Reference in New Issue
Block a user