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