Support references to local extensions in codegen
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
fun box(): String {
|
||||
class A
|
||||
fun A.foo() = "OK"
|
||||
return (::A)().(A::foo)()
|
||||
}
|
||||
Reference in New Issue
Block a user