blob: 82a3303d2148f9b81e66643f25a89f1106f36c94 [file] [log] [blame]
interface Foo { <T> T execute(Action<T> a); }
interface Action<A>{}
// Functional