Change Signature: Do not replace implicit receivers in calls with at least one explicit receiver
#KT-7988 Fixed
This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
||||
class C {
|
||||
fun String.<caret>foo() {
|
||||
1.bar()
|
||||
}
|
||||
|
||||
fun Int.bar() {}
|
||||
}
|
||||
Reference in New Issue
Block a user