blob: 193f75c0e62797e525818179d5b6512f4caf2bd8 [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*>*
;
}
abstract class Bar extends core::Object {
synthetic constructor •() self::Bar*
;
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*
;
@core::override
method fisk<U extends self::Foo<self::Hest::fisk::U>* = self::Foo<dynamic>*>() void
;
}
static method main() void
;