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