[Test] Set JVM target backend for load compiled tests which use JDK classes
This commit is contained in:
committed by
Space Team
parent
7eca772ec2
commit
357c552b5f
@@ -1,3 +1,4 @@
|
||||
// TARGET_BACKEND: JVM
|
||||
package test
|
||||
|
||||
fun fff(a: java.lang.Integer): Int = 1
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
// TARGET_BACKEND: JVM
|
||||
package test
|
||||
|
||||
fun varargCharSequence(a: Int, vararg b: java.lang.Integer): Int = 1
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
// TARGET_BACKEND: JVM
|
||||
package test
|
||||
|
||||
fun ff(): java.lang.Integer = throw Exception()
|
||||
|
||||
+1
@@ -1,3 +1,4 @@
|
||||
// TARGET_BACKEND: JVM
|
||||
package test
|
||||
|
||||
fun ff(): java.lang.Integer? = null
|
||||
|
||||
Reference in New Issue
Block a user