blob: b8f94fea477f8ce6126ed43501334dff2fa5fa9b [file]
// RUN_PIPELINE_TILL: BACKEND
// 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") fun foo(x: Int) = x
fun bar() = 42