blob: d2999375b8a066e94c4365ea456d62a7305fac98 [file] [log] [blame]
library test;
double getDouble() => 0.0;
int getInt() => 0;
main() {}
num getNum() => 0;
void test1(int t, int? t2) {}
void test2(num t, num? t2, num? t3, num? t4) {}
void test3(double t, double? t2) {}