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