blob: 026d6cc2eea6af012ab03137339efb6f37d3b458 [file] [log] [blame]
library;
import self as self;
import "dart:core" as core;
typedef SourceLocation = core::int;
abstract class FieldRef extends core::Object {
synthetic constructor •() self::FieldRef
;
abstract get location() core::int;
}
abstract class FuncRef extends core::Object {
synthetic constructor •() self::FuncRef
;
abstract get location() core::int;
}
abstract class ClassRef extends core::Object {
synthetic constructor •() self::ClassRef
;
abstract get location() core::int;
}
static method foo(core::Object object) dynamic
;