blob: 650ee4963d6394b8e0c0633f394bef4edfda1019 [file] [log] [blame]
// @dart = 2.9
library test;
class B {}
class C extends B {
var z;
}
void test(B x) {}
main() {}