KAPT+IR: Support -Xjvm-default modes

This commit is contained in:
Mikhael Bogdanov
2022-02-11 14:34:30 +01:00
parent 00f2b83b84
commit ea2bf3c867
6 changed files with 15 additions and 7 deletions
@@ -1,4 +1,3 @@
// IGNORE_BACKEND: JVM_IR
// !JVM_DEFAULT_MODE: all
interface Foo {
@@ -1,4 +1,3 @@
// IGNORE_BACKEND: JVM_IR
// !JVM_DEFAULT_MODE: all-compatibility
interface Foo {
@@ -1,4 +1,3 @@
// IGNORE_BACKEND: JVM_IR
// !JVM_DEFAULT_MODE: disable
interface Foo {
@@ -1,4 +1,3 @@
// IGNORE_BACKEND: JVM_IR
// !JVM_DEFAULT_MODE: enable
interface Foo {