blob: 62d5559161e43bc2f74a177cc7d5a7df07daa092 [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 {
@self::Foo::•(const <dynamic>[])
field dynamic x;
@self::Foo::•(const <dynamic>[])
constructor •() self::Bar
;
@self::Foo::•(const <dynamic>[])
abstract method f() void;
}
static method main() dynamic
;