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
+1
-1
@@ -6,6 +6,6 @@ FILE: fieldPlusAssign.kt
|
||||
}
|
||||
public final val y: R|kotlin/Int| = Int(1)
|
||||
public get(): R|kotlin/Int| {
|
||||
<Re-assigning a val variable># = F|/y|.R|kotlin/Int.plus|(Int(1))
|
||||
F|/y| = F|/y|.R|kotlin/Int.plus|(Int(1))
|
||||
^ Int(1)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user