blob: c5ce030954951e345a6a0a71e8d168ee0d297f01 [file] [log] [blame]
library;
import self as self;
import "dart:core" as core;
class A<T extends core::Object = dynamic> extends core::Object {
synthetic constructor •() self::A<self::A::T>
;
}
class M extends core::Object {
synthetic constructor •() self::M
;
method m() dynamic
;
}
abstract class _C&A&M = self::A<self::A<dynamic>> with self::M {
synthetic constructor •() self::_C&A&M
: super self::A::•()
;
}
class C extends self::_C&A&M {
synthetic constructor •() self::C
;
}
static method main() dynamic
;