KT-9747 Live template macro "kotlinSuggestVariableName()" is wrong
#KT-9747 Fixed
This commit is contained in:
Vendored
+1
-1
@@ -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>
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user