blob: 7098d1bad14108749ae2671183e245e3afb241a4 [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
;