blob: edb733dfe4dd09b76eceb79dae65325a4b5499a2 [file] [log] [blame]
library test;
import self as self;
import "dart:core" as core;
class ActionDispatcher<P extends core::Object> extends core::Object {
synthetic constructor •() void
;
method call([self::ActionDispatcher::P value]) void
;
}
class Bar extends core::Object {
synthetic constructor •() void
;
}
class FooActions extends core::Object {
synthetic constructor •() void
;
get foo() self::ActionDispatcher<self::Bar>
;
}
static method main() void
;