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