这样做是不可能的.解决案例的惯用方法是使用范围函数with.我不认为这里有很大的优势.
with
val list = mutableListOf() with(list){ clear() addAll(arrayListOf()) }