blob: 90d9837f22e170e04ee634901fc0b2b0bfd74047 [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) void
: super core::Object::•()
;
}
static const field core::int constTopLevelField = 42;
static method main() dynamic {
const self::C::•(self::C::constField);
const self::C::•(self::constTopLevelField);
}