blob: 322b20b545c586d58bd9d089cf3646c1dc0f99d6 [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) {}