blob: 464dcd74893d98b7d321907d4a48d32986ab04ea [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
;