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