| library; |
| import self as self; |
| import "dart:core" as core; |
| |
| abstract class A extends core::Object { |
| synthetic constructor •() → self::A |
| ; |
| abstract get b() → self::B; |
| abstract get i() → core::int; |
| } |
| abstract class B extends core::Object { |
| synthetic constructor •() → self::B |
| ; |
| abstract get c() → self::C; |
| abstract get i() → core::int; |
| } |
| abstract class C extends core::Object { |
| synthetic constructor •() → self::C |
| ; |
| abstract get i() → core::int; |
| } |
| static method ifCase(dynamic o) → dynamic |
| ; |
| static method switchExpression(dynamic o) → dynamic |
| ; |
| static method switchStatement(dynamic o) → dynamic |
| ; |