// "Create function 'foo'" "true" fun run(f: () -> T) = f() fun test() { run { foo() } }