blob: e4624a933b13af6408cb8b23b3539a603e969518 [file] [log] [blame]
import 'dart:collection';
A a = throw '';
DoubleLinkedQueue c = throw '';
class A<T> {}
class C {
A foo() => throw '';
DoubleLinkedQueue baz() => throw '';
}
main() {}