blob: 72b49f672110f333361784269cf74137fdb41d89 [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;