Temporary disable local fun inlining (it's not supported now)
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
fun box(): String {
|
||||
val s = "OK"
|
||||
|
||||
[inline] fun localFun(): String {
|
||||
return s
|
||||
}
|
||||
|
||||
return localFun()
|
||||
}
|
||||
Reference in New Issue
Block a user