blob: 39a3325a2c4f7c20d448fdccbdc1f2db29027282 [file] [log] [blame]
library test;
import self as self;
import "dart:core" as core;
class Foo<T extends core::Pattern = dynamic> extends core::Object {
synthetic constructor •() self::Foo<self::Foo::T>
;
method method<generic-covariant-impl U extends self::Foo::T = dynamic>(self::Foo::method::U u) self::Foo::method::U
;
}
static method main() dynamic
;