[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
+3
-2
@@ -1,4 +1,5 @@
|
||||
//ALLOW_AST_ACCESS
|
||||
// TARGET_BACKEND: JVM
|
||||
// ALLOW_AST_ACCESS
|
||||
package test
|
||||
|
||||
class ClassVal() {
|
||||
@@ -11,4 +12,4 @@ class ClassVal() {
|
||||
protected val property4: String = { "" }()
|
||||
|
||||
public val property5: Int = { 1 }()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user