blob: 57c5b685dd7568961e31559495485098a48d87a4 [file] [log] [blame]
library test;
import self as self;
import "dart:core" as core;
typedef Asserter<T extends core::Object* = dynamic> = (T*) →* void;
typedef AsserterBuilder<S extends core::Object* = dynamic, T extends core::Object* = dynamic> = (S*) →* (T*) →* void;
class DartType extends core::Object {
synthetic constructor •() self::DartType*
;
}
abstract class C extends core::Object {
static field (core::List<(self::DartType*) →* void>*) →* (self::DartType*) →* void assertBOf;
field (core::List<(self::DartType*) →* void>*) →* (self::DartType*) →* void assertAOf;
synthetic constructor •() self::C*
;
static get assertCOf() (core::List<(self::DartType*) →* void>*) →* (self::DartType*) →* void
;
abstract get assertDOf() (core::List<(self::DartType*) →* void>*) →* (self::DartType*) →* void;
method method((core::List<(self::DartType*) →* void>*) →* (self::DartType*) →* void assertEOf) dynamic
;
}
abstract class G<T extends core::Object* = dynamic> extends core::Object {
field (core::List<(self::DartType*) →* void>*) →* (self::DartType*) →* void assertAOf;
synthetic constructor •() self::G<self::G::T*>*
;
abstract get assertDOf() (core::List<(self::DartType*) →* void>*) →* (self::DartType*) →* void;
method method((core::List<(self::DartType*) →* void>*) →* (self::DartType*) →* void assertEOf) dynamic
;
}
static field (self::DartType*) →* void _isInt;
static field (self::DartType*) →* void _isString;
static field (core::List<(self::DartType*) →* void>*) →* (self::DartType*) →* void assertBOf;
static get assertCOf() (core::List<(self::DartType*) →* void>*) →* (self::DartType*) →* void
;
static method test() dynamic
;
static method main() dynamic
;