// TARGET_BACKEND: JVM // WITH_STDLIB // FULL_JDK class Owner { fun foo(x: T, y: T) { val map = mutableMapOf() map.putIfAbsent(x, y) } }