blob: be7aa6205c4d74208ded5e13d36112138aa6f2c9 [file] [log] [blame]
library test;
import self as self;
import "dart:core" as core;
class A extends core::Object {
synthetic constructor •() self::A*
;
}
class B extends self::A {
synthetic constructor •() self::B*
;
}
class Foo<T extends self::A* = self::A*> extends core::Object {
synthetic constructor •() self::Foo<self::Foo::T*>*
;
}
static method main() void
;