blob: 3fc47e27aac937737cf97fe8f6a8b1701e9abbc7 [file] [log] [blame]
library;
import self as self;
import "dart:core" as core;
class Foo extends core::Object {
field dynamic _field;
synthetic constructor •() self::Foo
;
}
class FooValue extends core::Object {
synthetic constructor •() self::FooValue
;
}
class Bar extends core::Object {
field dynamic _field;
synthetic constructor •() self::Bar
;
}
class BarValue extends core::Object {
synthetic constructor •() self::BarValue
;
}
static method main() dynamic
;