Change Signature: Do not report conflict when parameter name clashes with suggested name of the receiver

This commit is contained in:
Alexey Sedunov
2015-03-23 11:56:02 +03:00
parent 0eda6c88b9
commit a57be6dcab
4 changed files with 14 additions and 2 deletions
@@ -0,0 +1,3 @@
fun Int.<caret>foo(i: Int) {
}
@@ -0,0 +1,3 @@
fun Int.<caret>foo() {
}