Get rid of excess method in compiled inline class with custom equals

^KT-54501: Fixed
This commit is contained in:
vladislav.grechko
2022-10-17 16:42:18 +02:00
committed by teamcity
parent 70c2f2b86f
commit c990bbb26c
8 changed files with 204 additions and 34 deletions
@@ -1,7 +1,6 @@
// WITH_STDLIB
// CHECK_BYTECODE_LISTING
// FIR_IDENTICAL
// FIR_IDENTICAL
inline fun <T> useRef(value: T, f: (T) -> Boolean) = f(value)