[LL FIR] Replace IGNORE_REVERSED_RESOLVE + IGNORE_NON_REVERSED_RESOLVE with MUTE_LL_FIR
This commit is contained in:
committed by
Space Team
parent
9ea9950d28
commit
124453016d
@@ -2,8 +2,7 @@
|
||||
// WITH_STDLIB
|
||||
// SCOPE_DUMP: A:removeAt
|
||||
// ISSUE: KT-65410
|
||||
// IGNORE_NON_REVERSED_RESOLVE
|
||||
// IGNORE_REVERSED_RESOLVE
|
||||
// MUTE_LL_FIR
|
||||
// Reason: SCOPE_DUMP uses different parameter names in AA modes
|
||||
|
||||
// FILE: Java1.java
|
||||
|
||||
Vendored
+1
-2
@@ -1,7 +1,6 @@
|
||||
// TARGET_BACKEND: JVM
|
||||
// LANGUAGE: +MultiPlatformProjects
|
||||
// IGNORE_NON_REVERSED_RESOLVE
|
||||
// IGNORE_REVERSED_RESOLVE
|
||||
// MUTE_LL_FIR
|
||||
// Reason: MPP diagnostics are reported differentely in the compiler and AA
|
||||
|
||||
// MODULE: m1-common
|
||||
|
||||
+1
-2
@@ -1,7 +1,6 @@
|
||||
// TARGET_BACKEND: JVM
|
||||
// LANGUAGE: +MultiPlatformProjects
|
||||
// IGNORE_NON_REVERSED_RESOLVE
|
||||
// IGNORE_REVERSED_RESOLVE
|
||||
// MUTE_LL_FIR
|
||||
// Reason: MPP diagnostics are reported differentely in the compiler and AA
|
||||
|
||||
// MODULE: m1-common
|
||||
|
||||
Vendored
+1
-2
@@ -1,7 +1,6 @@
|
||||
// TARGET_BACKEND: JVM
|
||||
// !LANGUAGE: +MultiPlatformProjects
|
||||
// IGNORE_NON_REVERSED_RESOLVE
|
||||
// IGNORE_REVERSED_RESOLVE
|
||||
// MUTE_LL_FIR
|
||||
// Reason: MPP diagnostics are reported differentely in the compiler and AA
|
||||
|
||||
// MODULE: common
|
||||
|
||||
Vendored
+1
-2
@@ -1,7 +1,6 @@
|
||||
// TARGET_BACKEND: JVM
|
||||
// !LANGUAGE: +MultiPlatformProjects
|
||||
// IGNORE_NON_REVERSED_RESOLVE
|
||||
// IGNORE_REVERSED_RESOLVE
|
||||
// MUTE_LL_FIR
|
||||
// Reason: MPP diagnostics are reported differentely in the compiler and AA
|
||||
|
||||
// MODULE: common
|
||||
|
||||
Vendored
+1
-2
@@ -1,6 +1,5 @@
|
||||
// LANGUAGE: +MultiPlatformProjects
|
||||
// IGNORE_NON_REVERSED_RESOLVE
|
||||
// IGNORE_REVERSED_RESOLVE
|
||||
// MUTE_LL_FIR
|
||||
// Reason: MPP diagnostics are reported differentely in the compiler and AA
|
||||
|
||||
// MODULE: common
|
||||
|
||||
Vendored
+1
-2
@@ -1,6 +1,5 @@
|
||||
// LANGUAGE: +MultiPlatformProjects
|
||||
// IGNORE_NON_REVERSED_RESOLVE
|
||||
// IGNORE_REVERSED_RESOLVE
|
||||
// MUTE_LL_FIR
|
||||
// Reason: MPP diagnostics are reported differentely in the compiler and AA
|
||||
|
||||
// MODULE: common
|
||||
|
||||
+1
-2
@@ -1,7 +1,6 @@
|
||||
// LANGUAGE: +MultiPlatformProjects
|
||||
// ISSUE: KT-58845
|
||||
// IGNORE_NON_REVERSED_RESOLVE
|
||||
// IGNORE_REVERSED_RESOLVE
|
||||
// MUTE_LL_FIR
|
||||
// Reason: MPP diagnostics are reported differentely in the compiler and AA
|
||||
|
||||
// MODULE: common
|
||||
|
||||
+1
-2
@@ -1,7 +1,6 @@
|
||||
// LANGUAGE: +MultiPlatformProjects
|
||||
// ISSUE: KT-58845
|
||||
// IGNORE_NON_REVERSED_RESOLVE
|
||||
// IGNORE_REVERSED_RESOLVE
|
||||
// MUTE_LL_FIR
|
||||
// Reason: MPP diagnostics are reported differentely in the compiler and AA
|
||||
|
||||
// MODULE: common
|
||||
|
||||
+1
-2
@@ -1,6 +1,5 @@
|
||||
// !WITH_NEW_INFERENCE
|
||||
// IGNORE_REVERSED_RESOLVE
|
||||
// IGNORE_NON_REVERSED_RESOLVE
|
||||
// MUTE_LL_FIR
|
||||
// DUMP_CFG: LEVELS
|
||||
// KT-62840
|
||||
val (a1, a2) = A()
|
||||
|
||||
+1
-2
@@ -1,6 +1,5 @@
|
||||
// !WITH_NEW_INFERENCE
|
||||
// IGNORE_REVERSED_RESOLVE
|
||||
// IGNORE_NON_REVERSED_RESOLVE
|
||||
// MUTE_LL_FIR
|
||||
// DUMP_CFG: LEVELS
|
||||
// KT-62840
|
||||
val (a1, a2) = A()
|
||||
|
||||
Reference in New Issue
Block a user