blob: 55f17dd45a5f2873b711a48e91b0258c05b74b3a [file] [log] [blame]
library;
import self as self;
import "dart:core" as core;
class C extends core::Object {
static const field core::int* constField = 87;
const constructor •(dynamic x) self::C*
: super core::Object::•()
;
}
static const field core::int* constTopLevelField = 42;
static method main() dynamic
;