blob: e6226d32256040d1e5bfe158899443f710a7653e [file] [log] [blame]
class Callable {
void call() {}
}
T id<T>(T x) => x;
foo() {}
main() {}