KT-66411 [AA] Add more tests for resolving compound set operators

This commit is contained in:
Roman Golyshev
2024-03-07 22:14:19 +01:00
committed by Space Team
parent 324d079111
commit 83a80a45a9
12 changed files with 124 additions and 1 deletions
@@ -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 }
}