Amend test data after adding Convert assignment to assignment expression intention
Relates to #KT-22420
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
// "Remove redundant assignment" "false"
|
||||
// ACTION: Convert assignment to assignment expression
|
||||
fun foo(): Int {
|
||||
var i = 1
|
||||
<caret>i = 2
|
||||
|
||||
Reference in New Issue
Block a user