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