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