blob: 7a679fbe4dff1dce297cd1df4715f0ebc9907806 [file] [log] [blame]
library /*isNonNullableByDefault*/;
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 {}
}