mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-09 00:21:47 +00:00
Switch DEFAULT_METHOD_CALL_FROM_JAVA6_TARGET according to LL
This commit is contained in:
@@ -7,7 +7,7 @@ public interface Base {
|
||||
}
|
||||
|
||||
// FILE: derived.kt
|
||||
|
||||
// JVM_TARGET: 1.8
|
||||
interface K1 : Base
|
||||
|
||||
interface K2 : K1
|
||||
@@ -15,7 +15,6 @@ interface K2 : K1
|
||||
interface K3 : K2
|
||||
|
||||
class C : K3 {
|
||||
@kotlin.Suppress("DEFAULT_METHOD_CALL_FROM_JAVA6_TARGET")
|
||||
override fun foo() = super.foo()
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user