KT-66411 [AA] Add more tests for resolving compound set operators
This commit is contained in:
committed by
Space Team
parent
324d079111
commit
83a80a45a9
@@ -2,4 +2,8 @@
|
||||
fun a () {
|
||||
val list = mutableListOf(1)
|
||||
list<caret>[0] = 1
|
||||
|
||||
if (true) list<caret_singleIfStatement>[0] = 1
|
||||
|
||||
when { else -> list<caret_singleWhenStatement>[0] = 1 }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user