// !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 { return s } } // 1 INVOKESTATIC KInterface.access\$test\$jd // 1 INVOKESTATIC KInterface.test\$default // from $default // 1 INVOKEINTERFACE KInterface.test //from $jd // 1 INVOKESPECIAL KInterface.test