FIR: Fix test data after making LHS of assignment an expression
KT-54648
This commit is contained in:
committed by
Space Team
parent
ace47c06a5
commit
1eb18f13bd
Vendored
+15
@@ -104,6 +104,21 @@ fun t5() {
|
||||
}
|
||||
}
|
||||
|
||||
fun t6() {
|
||||
val i = 0
|
||||
fun t5() {
|
||||
<!VAL_REASSIGNMENT!>i<!> += 3
|
||||
}
|
||||
}
|
||||
|
||||
fun t7() {
|
||||
for (i in 0..2) {
|
||||
fun t5() {
|
||||
<!VAL_REASSIGNMENT!>i<!> = 3
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// ------------------------------------------------
|
||||
// backing fields
|
||||
|
||||
|
||||
Reference in New Issue
Block a user