Remove API_VERSION 1.3 from tests on JvmDefault
So that these tests will now check behavior on the latest API version
This commit is contained in:
+2
-2
@@ -1,8 +1,8 @@
|
||||
// !API_VERSION: 1.3
|
||||
// !JVM_DEFAULT_MODE: compatibility
|
||||
// JVM_TARGET: 1.8
|
||||
// WITH_RUNTIME
|
||||
// FULL_JDK
|
||||
|
||||
interface KInterface {
|
||||
@JvmDefault
|
||||
fun test(s: String ="OK"): String {
|
||||
@@ -17,4 +17,4 @@ interface KInterface {
|
||||
// 1 INVOKEINTERFACE KInterface.test
|
||||
|
||||
//from $jd
|
||||
// 1 INVOKESPECIAL KInterface.test
|
||||
// 1 INVOKESPECIAL KInterface.test
|
||||
|
||||
Reference in New Issue
Block a user