| library; |
| import self as self; |
| import "dart:core" as core; |
| |
| [261]class X1 extends core::Object { |
| [276] field core::String? s; |
| [286] field core::int? i; |
| [299] field core::double? d; |
| [261] synthetic constructor •() → self::X1 |
| [-1] ; |
| [261] static synthetic method _#new#tearOff() → self::X1 |
| [261] return [261] [261] new self::X1::• [261](); |
| } |
| [311]class X2 extends core::Object { |
| [326] field core::String? s2; |
| [337] field core::int? i; |
| [350] field core::double? d; |
| [311] synthetic constructor •() → self::X2 |
| [-1] ; |
| [311] static synthetic method _#new#tearOff() → self::X2 |
| [311] return [311] [311] new self::X2::• [311](); |
| } |
| [5]static method method([12] dynamic o) → void |
| [-1] ; |