blob: 88aeaca224c5e88fcf9fd1b925335410e5535d60 [file] [log] [blame]
library test;
import self as self;
import "dart:core" as core;
class Foo extends core::Object /*hasConstConstructor*/ {
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;
@self::Foo::•(const <core::String*>[])
constructor •() self::Bar*
;
@self::Foo::•(const <core::String*>[])
abstract method f() void;
}
static method main() dynamic
;