Use 'JVM_TARGET: 1.8' directive in codegen tests on 1.8 target
This commit is contained in:
+3
-2
@@ -1,4 +1,5 @@
|
||||
// KOTLIN_CONFIGURATION_FLAGS: +JVM.JVM_8_TARGET
|
||||
// JVM_TARGET: 1.8
|
||||
|
||||
interface Test {
|
||||
fun test(): String {
|
||||
return "OK"
|
||||
@@ -11,4 +12,4 @@ class TestClass : Test {
|
||||
|
||||
fun box(): String {
|
||||
return TestClass().test()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user