blob: 7b3fb9ad38c0ccb1c2a3e055c4b3c33736b754de [file] [log] [blame]
library test;
import self as self;
import "dart:core" as core;
class C extends core::Object {
field core::int field = 0;
synthetic constructor •() self::C
: super core::Object::•()
;
get getter() core::int
return 0;
method function() core::int
return 0;
}
static field self::C c = new self::C::•();
static field () core::int function_ref = self::c.{self::C::function}{() core::int};
static field core::List<() core::int> function_ref_list = <() core::int>[self::c.{self::C::function}{() core::int}];
static method main() dynamic {}