Introduced "Unused receiver parameter" inspection.
This commit is contained in:
+5
@@ -0,0 +1,5 @@
|
||||
private fun String.foo() {
|
||||
otherExt()
|
||||
}
|
||||
|
||||
fun String.otherExt() = length()
|
||||
Reference in New Issue
Block a user