Switch DEFAULT_METHOD_CALL_FROM_JAVA6_TARGET according to LL
This commit is contained in:
@@ -11,7 +11,7 @@ public interface Simple {
|
||||
}
|
||||
|
||||
// FILE: main.kt
|
||||
|
||||
// JVM_TARGET: 1.8
|
||||
interface KInterface : Simple {
|
||||
fun bar(): String {
|
||||
return test("O") + Simple.testStatic("O")
|
||||
|
||||
Reference in New Issue
Block a user