blob: dfed9be62cf466cee0ef71a749f73867494f98c4 [file] [log] [blame]
library test /*isNonNullableByDefault*/;
import self as self;
import "dart:core" as core;
class ActionDispatcher<P extends core::Object? = dynamic> extends core::Object {
synthetic constructor •() self::ActionDispatcher<self::ActionDispatcher::P%>
;
method call([covariant-by-class self::ActionDispatcher::P? value = null]) void
;
}
class Bar extends core::Object {
synthetic constructor •() self::Bar
;
}
class FooActions extends core::Object {
synthetic constructor •() self::FooActions
;
get foo() self::ActionDispatcher<self::Bar>
;
}
static method main() void
;