blob: 65ee9d51e4fa9a62fde60d0bc10c3acd413932c5 [file] [log] [blame]
library test;
import self as self;
import "dart:core" as core;
abstract class A extends core::Object {
synthetic constructor •() self::A
;
abstract get foo() core::Iterable<core::String>;
}
class B extends core::Object implements self::A {
final field dynamic foo;
synthetic constructor •() self::B
;
}
static method main() void
;