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