blob: e0a7edc238f6a8d7070a343f7107d79f8cc0a302 [file] [log] [blame]
library test;
import self as self;
import "dart:core" as core;
typedef Function2<S extends core::Object* = dynamic, T extends core::Object* = dynamic> = ([S*]) →* T*;
class Foo extends core::Object {
field core::List<core::int*>* x;
constructor •([core::List<core::int*>* x]) self::Foo*
;
constructor named([core::List<core::int*>* x]) self::Foo*
;
}
static field ([core::List<core::int*>*]) →* core::String* g;
static method f([core::List<core::int*>* l]) void
;
static method main() dynamic
;