Use 'JVM_TARGET: 1.8' directive in codegen tests on 1.8 target
This commit is contained in:
Vendored
+2
-2
@@ -7,7 +7,7 @@ interface Test {
|
||||
}
|
||||
|
||||
// FILE: 2.kt
|
||||
// KOTLIN_CONFIGURATION_FLAGS: +JVM.JVM_8_TARGET
|
||||
// JVM_TARGET: 1.8
|
||||
interface Test2 : Test {
|
||||
|
||||
}
|
||||
@@ -19,4 +19,4 @@ class TestClass : Test2 {
|
||||
|
||||
fun box(): String {
|
||||
return TestClass().test()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user