blob: 9a8c9d91e9b83423bf7f7aa0a7087ac01fccac0c [file] [log] [blame]
library;
import self as self;
import "dart:core" as core;
class A extends core::Object {
synthetic constructor •() self::A*
;
}
class B extends core::Object {
synthetic constructor •() self::B*
;
}
class C extends self::B implements self::A {
synthetic constructor •() self::C*
;
}
static field core::List<self::A*>* list;
static method g<T extends self::A* = self::A*>(self::g::T* t) core::List<self::g::T*>*
;
static method f<S extends core::Object* = dynamic>(self::f::S* s) core::List<self::f::S*>*
;
static method main() dynamic
;