blob: 6b7a84868a24b684b39aa520af2f6f4f22e116b3 [file] [log] [blame]
library;
import self as self;
import "dart:collection" as col;
import "dart:core" as core;
class Hest<X extends col::LinkedListEntry<col::LinkedListEntry<dynamic>> = dynamic> extends core::Object {
synthetic constructor •() void
: super core::Object::•()
;
}
static const field dynamic #errors = const <dynamic>["pkg/front_end/testcases/instantiate_to_bound/non_simple_from_compiled.dart:15:12: Error: Generic type 'LinkedListEntry' can't be used without type arguments in a type variable bound.
Try providing type arguments to 'LinkedListEntry' here.
class Hest<X extends LinkedListEntry> {}
^"]/* from null */;
static method main() → dynamic {}