blob: 34a1b6b032bafc3e174d737c498bcc53621e91e6 [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 {}
}