Codegen for callable reference expressions
#KT-1183 In Progress
This commit is contained in:
+6
@@ -0,0 +1,6 @@
|
||||
fun foo(x: String) = x
|
||||
|
||||
fun box(): String {
|
||||
val x = ::foo
|
||||
return x("OK")
|
||||
}
|
||||
Reference in New Issue
Block a user