blob: 5e57d9d1131959277bbb98f0e95c71b41462fdc7 [file] [log] [blame]
library;
import self as self;
import "dart:core" as core;
class Foo extends core::Object {
field dynamic field1 = null;
field dynamic field2 = null;
field dynamic field3 = null;
constructor constructor1() self::Foo
: super core::Object::•()
;
constructor constructor2() self::Foo
: super core::Object::•()
;
constructor constructor3() self::Foo
: super core::Object::•()
;
method a() dynamic {}
method b() dynamic {}
method c() dynamic {}
}