Extension function wins against function with no receiver
This commit is contained in:
+1
-1
@@ -2,5 +2,5 @@
|
||||
~foo~fun foo() = 2
|
||||
|
||||
class A {
|
||||
fun test() = `foo`foo()
|
||||
fun test() = `A.foo`foo()
|
||||
}
|
||||
Reference in New Issue
Block a user