mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-11 00:21:29 +00:00
Support bound callable reference inlining in IR
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
// IGNORE_BACKEND: JVM_IR
|
||||
fun box(): String {
|
||||
return if (call(10, A()::calc) == 5) "OK" else "fail"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user