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