Introduced "Unused receiver parameter" inspection.

This commit is contained in:
Evgeny Gerashchenko
2015-03-19 20:57:10 +03:00
parent edd51908ec
commit 1946360a80
16 changed files with 181 additions and 0 deletions
@@ -0,0 +1,3 @@
fun String.foo() {
println(length())
}