blob: 4363567f81f8f7840335c4219197995befd70335 [file] [log] [blame]
library test;
abstract class A {}
abstract class B {}
class C {
A a = throw '';
void f(Object o) {}
}
main() {}