K2: implement FirClassAnySynthesizedMemberScope #KT-54844 Fixed

This commit is contained in:
Mikhail Glukhikh
2022-11-09 17:55:19 +01:00
committed by Space Team
parent c898b264ba
commit 2a825f8df1
10 changed files with 230 additions and 24 deletions
-2
View File
@@ -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