blob: bb73a5fe5e1c0fc2ef44567011d08dad8f5414a7 [file] [log] [blame]
library;
import self as self;
import "dart:core" as core;
class Foo extends core::Object {
field core::int x;
constructor •() self::Foo
;
external constructor n24(core::int x) self::Foo;
}