blob: 006a0f544a9fcee8a5cde47de34eff838ad39d36 [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>() self::f::T
;
static method test() dynamic
;
static method main() dynamic
;