blob: 125bce0f4758b08262640afd51d53ca65b1dd41a [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::NoSuchMethodError::•(null, #C, <dynamic>[], <dynamic, dynamic>{}, null);
}