Fixed test data but template macro "kotlinSuggestVariableName()" must be completely rewritten
This commit is contained in:
Vendored
+1
-1
@@ -11,7 +11,7 @@ class MyClass {
|
||||
var str = ""
|
||||
val myList = ArrayList<String>()
|
||||
val stream = FileInputStream(".")
|
||||
for (i in args) {
|
||||
for (collection in args) {
|
||||
<caret>
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user