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