blob: b12559d4538a665f021db8c64d528c3ba9a68b7a [file] [log] [blame]
library;
import self as self;
import "dart:core" as core;
class Base extends core::Object {
field core::int hashCode;
synthetic constructor •() self::Base
;
}
class Sub extends self::Base {
field core::int _hashCode;
synthetic constructor •() self::Sub
;
get hashCode() core::int
;
method foo() dynamic
;
}
static method main() dynamic
;