blob: b4da95f6522ccbd5ed5b5df207e29ca3663ca5f2 [file] [log] [blame]
library test;
import self as self;
import "dart:core" as core;
class Foo extends core::Object {
const constructor •(core::List<core::String> l) self::Foo
;
}
abstract class Bar extends core::Object {
field dynamic x;
constructor •() self::Bar
;
abstract method f() void;
}
static method main() dynamic
;