blob: c07ae2b13776d07d46224d4bc6dd8a39d4d26f56 [file] [log] [blame]
library test;
class Test1 {
int t;
void test() {}
}
class Test2 {
num t;
void test() {}
}
class Test3 {
double t;
void test3() {}
}
double getDouble() => 0.0;
int getInt() => 0;
main() {}
num getNum() => 0;