Remove '-Xjvm-default-allow-non-default-inheritance' flag. Enable such inheritance by default
#KT-47000 Fixed
This commit is contained in:
+1
-1
@@ -553,7 +553,7 @@ class CompileKotlinAgainstCustomBinariesTest : AbstractKotlinCompilerIntegration
|
||||
"source.kt",
|
||||
tmpdir,
|
||||
listOf(library),
|
||||
additionalOptions = listOf("-jvm-target", "1.8", "-Xjvm-default=disable", "-Xjvm-default-allow-non-default-inheritance")
|
||||
additionalOptions = listOf("-jvm-target", "1.8", "-Xjvm-default=disable")
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user