KT-9747 Live template macro "kotlinSuggestVariableName()" is wrong

#KT-9747 Fixed
This commit is contained in:
Valentin Kipyatkov
2015-11-19 13:18:37 +01:00
parent 6bd723da11
commit c6df1b6dce
2 changed files with 64 additions and 6 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ class MyClass {
val myList = ArrayList<String>()
val stream = FileInputStream(".")
if (o is String) {
for (collection in args) {
for (arg in args) {
<caret>
}
}