blob: a5d09a8dc7267e25429bce98387a31b44214e7b1 [file] [log] [blame]
library test;
import self as self;
import "dart:core" as core;
class C extends core::Object {
synthetic constructor •() self::C
: super core::Object::•()
;
static method f(core::String s) core::int
return null;
}
static const field (core::String) core::int v = self::C::f;
static method main() dynamic {
self::v;
}