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