[FIR JS] Support JS_NAME_CLASH and JS_FAKE_NAME_CLASH diagnostics

^KT-59425 Fixed
^KT-59370 Fixed
This commit is contained in:
Alexander Korepanov
2023-08-10 11:45:08 +02:00
committed by Space Team
parent 5ac277d058
commit 6bb939c6cb
50 changed files with 452 additions and 196 deletions
@@ -1,7 +0,0 @@
package foo
class A(val x: String) {
@JsName("aa") constructor(x: Int) : this("int $x")
}
fun aa() {}