blob: 76df457712eb74577a80895a5ec085ed338c3f61 [file] [log] [blame]
String a<T1, T2>(int x) {}
String f(a, [b]) => "$a, $b";
expect(expected, actual) {}
main() {}
typedef b = int;
typedef c = String;