blob: 4785068eca698bacd48d10a6e7741ce0f25bd979 [file]
fun a () {
val list = mutableListOf(1)
list<caret>[0] = 1
}