[FIR] Remove COMPARE_WITH_LIGHT_TREE from default directives of fir diagnostic tests

This commit is contained in:
Dmitriy Novozhilov
2021-05-20 17:43:36 +03:00
committed by teamcityserver
parent f7aabf03f8
commit 3fc7e0ed03
25 changed files with 32 additions and 12 deletions
@@ -1,3 +1,5 @@
// COMPARE_WITH_LIGHT_TREE
fun List<String>.modify() {
<!VARIABLE_EXPECTED{PSI}!>this<!> += "Alpha"
<!VARIABLE_EXPECTED{PSI}!>this<!> += "Omega"
@@ -16,4 +18,4 @@ fun Set<String>.modify() {
fun Any.modifySet() {
(this as Set<Int>) += 42
}
}