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