blob: 375004422ee6a064caff14f7405ae5f1afd346aa [file]
// In K2, the name collision detector is weakened, because the backend started to resolve such collisions.
// K1 was not changed since it's in maintenance mode.
package foo
@JsName("bar") private fun foo(x: Int) = x
fun bar() = 42