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 = ""
|
var str = ""
|
||||||
val myList = ArrayList<String>()
|
val myList = ArrayList<String>()
|
||||||
val stream = FileInputStream(".")
|
val stream = FileInputStream(".")
|
||||||
for (i in args) {
|
for (collection in args) {
|
||||||
<caret>
|
<caret>
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user