package test inline fun bar(crossinline tasksFactory: () -> T) = { null is R run(tasksFactory) } public inline fun call(f: () -> T): T = f()