blob: 449b974c2aee4be6cb2aed95f8ba2860efc7b3f5 [file] [log] [blame]
library test;
class A implements B {
var x;
}
class B {
var x = 0;
}
main() {}