K2: implement FirClassAnySynthesizedMemberScope #KT-54844 Fixed
This commit is contained in:
committed by
Space Team
parent
c898b264ba
commit
2a825f8df1
@@ -1,5 +1,3 @@
|
||||
// IGNORE_BACKEND_K2: JVM_IR, JS_IR, NATIVE
|
||||
// FIR status: [IR VALIDATION] Duplicate IR node: FUN GENERATED_DATA_CLASS_MEMBER name:toString
|
||||
// CHECK_BYTECODE_LISTING
|
||||
// FIR_IDENTICAL
|
||||
// WITH_STDLIB
|
||||
|
||||
@@ -1,6 +1,3 @@
|
||||
// IGNORE_BACKEND_K2: JVM_IR, JS_IR, NATIVE
|
||||
// FIR status: [IR VALIDATION] Duplicate IR node: FUN GENERATED_DATA_CLASS_MEMBER name:equals
|
||||
|
||||
interface A {
|
||||
fun Any.equals(other: Any?): Boolean = false
|
||||
fun Any.hashCode(): Int = 0
|
||||
|
||||
Reference in New Issue
Block a user