Fixed KT-5795 Do not suggest member extension functions with wrong implicit reciever
#KT-5795 Fixed
This commit is contained in:
committed by
valentin
parent
6ed57f5e7a
commit
34aada75eb
@@ -0,0 +1,11 @@
|
||||
class X {
|
||||
fun String.f() {}
|
||||
}
|
||||
|
||||
fun foo() {
|
||||
with (X()) {
|
||||
<caret>
|
||||
}
|
||||
}
|
||||
|
||||
// ABSENT: f
|
||||
Reference in New Issue
Block a user