Factor out duplicated mangling logic for functions into the base class
^KT-57777 Fixed ^KT-57818 Fixed
This commit is contained in:
committed by
Space Team
parent
8ae196d4fc
commit
02180e8685
@@ -1,7 +1,3 @@
|
||||
// MUTE_SIGNATURE_COMPARISON_K2: JS_IR
|
||||
// MUTE_SIGNATURE_COMPARISON_K2: NATIVE
|
||||
// ^ KT-57818
|
||||
|
||||
val test1 : (String) -> String = { it }
|
||||
val test2 : Any.(Any) -> Any = { it.hashCode() }
|
||||
val test3 = { i: Int, j: Int -> }
|
||||
|
||||
Reference in New Issue
Block a user