Change Signature: Do not report conflict when parameter name clashes with suggested name of the receiver
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
fun Int.<caret>foo(i: Int) {
|
||||
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
fun Int.<caret>foo() {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user