library /*isNonNullableByDefault*/; | |
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; | |
} |