FIR2IR: fix receiver of value classes method references
This commit fixes the receiver of these method in FIR2IR code by removing a particular hack. However, as the consequence of it 2 black box tests become broken in K2. The reason is KT-54952 which is not yet fixed Related to KT-54887
This commit is contained in:
committed by
Space Team
parent
95ec7ede66
commit
c898b264ba
Vendored
+1
@@ -1,6 +1,7 @@
|
||||
// IGNORE_BACKEND: WASM
|
||||
// WASM_MUTE_REASON: IGNORED_IN_JS
|
||||
// IGNORE_BACKEND: JS, JS_IR, JS_IR_ES6, NATIVE
|
||||
// IGNORE_BACKEND_K2: JVM_IR
|
||||
// WITH_REFLECT
|
||||
// WITH_STDLIB
|
||||
// WORKS_WHEN_VALUE_CLASS
|
||||
|
||||
Reference in New Issue
Block a user