fun foo() { val a = mutableListOf("A", "B").also { it.add("C") } val b = a } // EXISTS: mutableListOf(vararg String) // EXISTS: also: block.invoke()