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:
Vendored
+2
-2
@@ -1,5 +1,5 @@
|
||||
// !API_VERSION: 1.3
|
||||
// !JVM_TARGET: 1.8
|
||||
|
||||
interface A {
|
||||
<!JVM_DEFAULT_IN_DECLARATION!>@JvmDefault
|
||||
fun test()<!> {
|
||||
@@ -33,4 +33,4 @@ open class BarWithJvmDefault : B {
|
||||
}
|
||||
}
|
||||
|
||||
class BarWithJvmDefaultSuper: BarWithJvmDefault()
|
||||
class BarWithJvmDefaultSuper: BarWithJvmDefault()
|
||||
|
||||
Reference in New Issue
Block a user