Added quick fix for "Unused receiver parameter".

This commit is contained in:
Evgeny Gerashchenko
2015-03-19 21:41:12 +03:00
parent 1946360a80
commit f7883fb1df
7 changed files with 56 additions and 3 deletions
@@ -0,0 +1,4 @@
// "Remove redundant receiver parameter" "true"
fun <caret>Any.foo() {
}