blob: 9b7b111f8f1878072eef4de054bf2fec07e1f52a [file] [log] [blame]
library test;
import self as self;
import "dart:core" as core;
abstract class B extends core::Object {
default constructor •() void
;
abstract method foo() void;
}
abstract class C extends self::B {
default constructor •() void
;
abstract method bar() void;
}
static method f<T extends self::B>(self::f::T a) void
;
static method main() dynamic
;