blob: 37201b3d7e351aa097c2acc6dfa7f7d4b747000c [file] [log] [blame]
library test;
class C {
F get g => throw '';
dynamic get h => null;
void f() {}
void test() {}
}
main() {}
typedef void F();
void test(C c, F f, dynamic d) {}