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