blob: 611be1924b43e9d159b6734264570b88d25ef06c [file] [log] [blame]
library test;
class C {
C(this.f);
dynamic f;
}
main() {}
void g(C c) {}
void h(int i) {}
void test() {}