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