Temporarily disable inline for bound function references
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
inline fun go(f: () -> String) = f()
|
||||
|
||||
fun String.id(): String = this
|
||||
|
||||
fun box(): String {
|
||||
val x = "OK"
|
||||
return go(x::id)
|
||||
}
|
||||
Reference in New Issue
Block a user