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,5 @@
private fun String.foo() {
otherExt()
}
fun String.otherExt() = length()