| library test /*isNonNullableByDefault*/; | |
| 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 core::Iterable<core::String> foo; | |
| synthetic constructor •() → self::B | |
| ; | |
| } | |
| static method main() → void | |
| ; |