blob: b742b0cff43e280479591887555e0fa2dff0ec4b [file] [log] [blame]
library test;
class B {}
class C extends B {
var z;
}
main() {}
void test(B x) {}