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