class Owner { constructor() /* primary */ { super/*Any*/() /* () */ } fun foo(x: T, y: T) { val map: MutableMap = mutableMapOf() map.putIfAbsent(p0 = x, p1 = y) /*~> Unit */ } }