blob: 7d1fc327e2308ee2ef7607996254d6ee375cf8ec [file] [log] [blame]
library test;
import self as self;
import "dart:core" as core;
class C extends core::Object {
default constructor •() void
: 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;
}