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