blob: 8c50708eb296dc6c2f2cd3d0f454391bd4f7d140 [file] [log] [blame]
library;
import self as self;
import "dart:core" as core;
import "dart:collection" as col;
class A extends core::Object {
synthetic constructor •() void
: super core::Object::•()
;
method foo() dynamic {
col::LinkedListEntry<col::LinkedListEntry<dynamic>> bar;
}
}
static method main() dynamic {
col::LinkedListEntry<col::LinkedListEntry<dynamic>> bar;
}