blob: 886c695c407f7600e90b6c7bd15f86c13ed47b55 [file]
package m1
inline fun foo(action: () -> Int): Int {
return action()
}