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