Made "Remove val/var from parameter" quick fix local.

This commit is contained in:
Evgeny Gerashchenko
2014-10-10 22:21:34 +04:00
parent 7a6429e35e
commit ef93a71e78
13 changed files with 105 additions and 93 deletions
@@ -0,0 +1,6 @@
// "Remove 'val' from parameter" "true"
fun f(list: List<String>) {
for (x in list) {
}
}