blob: 4d3d1cff0a1f8d7a0eaa0784154a3ccb3df0ffd1 [file] [log] [blame]
library;
import self as self;
import "dart:core" as core;
class A<T extends self::A<self::A::T>> extends core::Object {
synthetic constructor •() void
;
}
class B extends core::Object {
synthetic constructor •() void
;
method foo() dynamic
;
}
static method main() dynamic
;