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