[Test] Set JVM target backend for load compiled tests which use JDK classes

This commit is contained in:
Dmitriy Novozhilov
2023-05-31 13:55:14 +03:00
committed by Space Team
parent 7eca772ec2
commit 357c552b5f
63 changed files with 78 additions and 388 deletions
@@ -1,3 +1,4 @@
// TARGET_BACKEND: JVM
package test
public interface TaskObject {
@@ -5,4 +6,4 @@ public interface TaskObject {
}
fun foo(r: Runnable) {
}
}