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