blob: c3e37f16f512dbe4b3497874309a129b56e58ced [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.
open class Class {
fun Int.test() {}
val Int.test
get() = 0
}
class <!JS_FAKE_NAME_CLASH!>MyClass1<!> : Class()