changed local extensions priority
local extensions aren't longer chosen before members
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
class A {
|
||||
fun ~member~foo() = 1
|
||||
|
||||
fun test() {
|
||||
fun A.foo() = 2
|
||||
this.`member`foo()
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user