Quick Fixes: Implement "Remove unused assignment" quickfix
#KT-9931 Fixed
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
// "Make variable mutable" "false"
|
||||
// ACTION: Remove redundant assignment
|
||||
// ERROR: Val cannot be reassigned
|
||||
fun fun1(i: Int) {
|
||||
<caret>i = 2
|
||||
|
||||
Reference in New Issue
Block a user