Inline test data structure changed
This commit is contained in:
committed by
Michael Bogdanov
parent
b37c0d3fff
commit
02c6bdeaa3
@@ -0,0 +1,4 @@
|
||||
inline fun calc(s: (Int) -> Int, noinline p: (Int) -> Int) : Int {
|
||||
val z = p
|
||||
return s(11) + z(11) + p(11)
|
||||
}
|
||||
Reference in New Issue
Block a user