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