blob: 4c9ae97cc6fbabe48e5d14339503a4708b1cee29 [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
class A(val x: Int)
fun A() {}