blob: 6b7c59f27efcc968b279d429ef1dff44516501cd [file] [log] [blame]
library;
import self as self;
import "dart:core" as core;
class C extends core::Object {
const constructor •() dynamic
: super core::Object::•()
;
}
static method main() dynamic {
const self::C::•();
}