Support bound callable references in codegen
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
inline fun foo(x: () -> String) = x()
|
||||
|
||||
fun String.id() = this
|
||||
|
||||
fun box() = foo("OK"::id)
|
||||
Reference in New Issue
Block a user