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