fun a () { val list = mutableListOf(1) println(list[0]) } // REF: (in kotlin.collections.List).get(kotlin.Int)