Support bound callable references in codegen
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
fun box(): String {
|
||||
val f = "KOTLIN"::get
|
||||
return "${f(1)}${f(0)}"
|
||||
}
|
||||
Reference in New Issue
Block a user