Create From Usage: Join local "vars" with their initializers
This commit is contained in:
+1
-3
@@ -1,7 +1,5 @@
|
||||
// "Create local variable 'foo'" "true"
|
||||
|
||||
fun test(n: Int) {
|
||||
var foo: Int
|
||||
|
||||
foo = n + 1
|
||||
var foo = n + 1
|
||||
}
|
||||
Reference in New Issue
Block a user