blob: cfecfd94c7137077cdb9f61b813d7fb54521c402 [file] [log] [blame]
library;
import self as self;
import "dart:core" as core;
class Foo extends core::Object {
field core::List<dynamic>* list;
synthetic constructor •() self::Foo*
;
set first(dynamic x) void
;
operator []=(dynamic x, dynamic y) void
;
method clear() void
;
}
static method main() dynamic
;