blob: ef8c1dc0e2b04d535a66879749d92f3665e869d7 [file] [log] [blame]
library;
import self as self;
import "dart:core" as core;
class Foo<T extends self::Foo<self::Foo::T> = self::Foo<dynamic>> extends core::Object {
synthetic constructor •() self::Foo<self::Foo::T>
: super core::Object::•()
;
}
abstract class Bar extends core::Object {
synthetic constructor •() self::Bar
: super core::Object::•()
;
abstract method fisk<S extends self::Foo<self::Bar::fisk::S> = self::Foo<dynamic>>() void;
}
class Hest extends core::Object implements self::Bar {
synthetic constructor •() self::Hest
: super core::Object::•()
;
@core::override
method fisk<U extends self::Foo<self::Hest::fisk::U> = self::Foo<dynamic>>() void {}
}
static method main() void {}