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