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