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