blob: 242be1cf35983ecedd21d324c847dd3929330a22 [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
: super core::Object::•()
;
}
abstract class Bar extends core::Object {
@self::Foo::•(const <core::String>[])
field dynamic x = null;
@self::Foo::•(const <core::String>[])
constructor •() self::Bar
: super core::Object::•()
;
@self::Foo::•(const <core::String>[])
abstract method f() void;
}
static method main() dynamic {}