blob: fc2544f0291422a2e1260ca57c701d4c6d57e7bf [file] [log] [blame]
library;
import self as self;
import "dart:core" as core;
abstract class C extends core::Object {
synthetic constructor •() void
: super core::Object::•()
;
}
static method main() dynamic {
throw new core::AbstractClassInstantiationError::•("C");
}