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