blob: 93dfbdf99462cf9988022cd0681a2088970396d2 [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<U extends self::Foo::T = dynamic>(self::Foo::method::U u) self::Foo::method::U
;
}
static method main() dynamic
;