Intentions: Convert extension receiver to parameter and vice versa
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
// IS_APPLICABLE: false
|
||||
fun String.foo<caret>(n: Int): Boolean {
|
||||
return length() - n/2 > 1
|
||||
}
|
||||
Reference in New Issue
Block a user