blob: d7f80dd301201c73b19983a13192ec178f095db3 [file]
fun MutableList<String>.test() {
this += "Alpha"
}