blob: 32088ef4c7c3d3f7cb18b375172eae07969cdfd3 [file]
// FIR_DIFFERENCE
// This case is only relevant for the JS Legacy BE and is not applicable to the JS IR backend,
// as the IR BE can resolve such name collisions. Furthermore, the IR BE mangles names differently.
package foo
<!JS_NAME_CLASH!>fun bar(x: Int)<!> = x
<!JS_NAME_CLASH!>fun `bar_za3lpa$`()<!> = 42