[FIR] Rewrite redeclaration checks

#KT-60124 Fixed
#KT-60573 Fixed
This commit is contained in:
Kirill Rakhman
2023-07-20 11:17:02 +02:00
committed by Space Team
parent b56f84b533
commit 951b299268
55 changed files with 1075 additions and 837 deletions
@@ -1,6 +1,4 @@
// IGNORE_BACKEND: JVM, JVM_IR
// IGNORE_BACKEND_K2: JS_IR, NATIVE, WASM
// FIR status: not supported
package foo
@@ -16,4 +14,4 @@ fun box(): String {
return c1.p + c2.p
}
}