[FIR] Fix JVM mapped function callable id
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
// WITH_RUNTIME
|
||||
// FULL_JDK
|
||||
|
||||
class Owner {
|
||||
fun <T> foo(x: T, y: T) {
|
||||
val map = mutableMapOf<T, T>()
|
||||
map.putIfAbsent(x, y)
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user