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