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