diff --git a/compiler/testData/codegen/java8/box/jvm8/oneImplementation.kt b/compiler/testData/codegen/java8/box/jvm8/oneImplementation.kt index eb3cd929267..54c1c1856c9 100644 --- a/compiler/testData/codegen/java8/box/jvm8/oneImplementation.kt +++ b/compiler/testData/codegen/java8/box/jvm8/oneImplementation.kt @@ -1,5 +1,4 @@ // JVM_TARGET: 1.8 -// KOTLIN_CONFIGURATION_FLAGS: +JVM.JVM8_TARGET_WITH_DEFAULTS interface KCallable { val returnType: String }