Quick Fixes: Implement "Remove unused assignment" quickfix
#KT-9931 Fixed
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
// "Remove redundant assignment" "false"
|
||||
fun foo(): Int {
|
||||
var i = 1
|
||||
<caret>i = 2
|
||||
return i
|
||||
}
|
||||
Reference in New Issue
Block a user