blob: 9382ee72fa52d86e65430d1ba9dd1620d1f72b28 [file] [log] [blame]
library /*isNonNullableByDefault*/;
import self as self;
import "dart:core" as core;
class Class extends core::Object /*hasConstConstructor*/ {
final field core::int x;
const constructor •(core::int x) self::Class
: self::Class::x = x, super core::Object::•()
;
method foo() core::int
;
method bar() core::int
;
method baz(core::int x) core::int
;
method boz(core::int x) core::int
;
}
static method foo() core::int
;
static method bar() core::int
;
static method baz(core::int x) core::int
;
static method boz(core::int x) core::int
;
static method main() dynamic
;