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