changed resolution candidates order
for foo() first try 'this.foo()', then 'foo()'
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
fun ~A.foo~A.foo() = 1
|
||||
fun foo() = 2
|
||||
|
||||
class A {
|
||||
fun test() = `A.foo`foo()
|
||||
}
|
||||
Reference in New Issue
Block a user