// WITH_RUNTIME // FIX: Convert to 'also' class C { val x = hashSetOf().also { it.add(this) } }