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