Fixed test data but template macro "kotlinSuggestVariableName()" must be completely rewritten

This commit is contained in:
Valentin Kipyatkov
2015-10-25 10:46:18 +03:00
parent 470e9ba776
commit 0b34fecf94
+1 -1
View File
@@ -11,7 +11,7 @@ class MyClass {
var str = ""
val myList = ArrayList<String>()
val stream = FileInputStream(".")
for (i in args) {
for (collection in args) {
<caret>
}
}