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