blob: 044b8854cd0c143e8ceaaea30523168bd6048c47 [file] [log] [blame]
library;
import self as self;
import "dart:core" as core;
typedef Typedef1 = ({a: core::int, required b: core::int}) →* dynamic;
typedef Typedef2 = ({a: core::int, required b: core::int}) →* dynamic;
class Class extends core::Object {
synthetic constructor •() self::Class*
;
method method({core::int a, required core::int b, required final core::int c, required covariant final core::int d}) dynamic
;
}
static field ({a: core::int, required b: core::int}) →* dynamic field;
static method method({core::int a, required core::int b, required final core::int c}) dynamic
;
static method main() dynamic
;