OLD | NEW |
(Empty) | |
| 1 library multiple_variables_test; |
| 2 import self as self; |
| 3 import "dart:core" as core; |
| 4 import "../../runtime/reify/interceptors.dart" as int; |
| 5 import "../../runtime/reify/types.dart" as typ; |
| 6 import "../../runtime/reify/declarations.dart" as dec; |
| 7 |
| 8 class X extends core::Object implements int::HasRuntimeTypeGetter { |
| 9 final field typ::ReifiedType $type; |
| 10 constructor •(typ::ReifiedType $type) → void |
| 11 : self::X::$type = $type, super core::Object::•() |
| 12 ; |
| 13 get $X$A() → typ::ReifiedType |
| 14 return typ::getTypeArguments(typ::asInstanceOf(this.$type, self::$declaratio
ns.[](0))).[](0); |
| 15 get $X$B() → typ::ReifiedType |
| 16 return typ::getTypeArguments(typ::asInstanceOf(this.$type, self::$declaratio
ns.[](0))).[](1); |
| 17 get $X$C() → typ::ReifiedType |
| 18 return typ::getTypeArguments(typ::asInstanceOf(this.$type, self::$declaratio
ns.[](0))).[](2); |
| 19 get $X$D() → typ::ReifiedType |
| 20 return typ::getTypeArguments(typ::asInstanceOf(this.$type, self::$declaratio
ns.[](0))).[](3); |
| 21 get $X$E() → typ::ReifiedType |
| 22 return typ::getTypeArguments(typ::asInstanceOf(this.$type, self::$declaratio
ns.[](0))).[](4); |
| 23 get runtimeType() → core::Type |
| 24 return this.{=self::X::$type}; |
| 25 } |
| 26 static final field core::List<dec::Class> $declarations = (core::List<dec::Class
> d) → core::List<dec::Class> { |
| 27 dec::init(d, 0, new typ::Interface::•(d.[](14))); |
| 28 dec::init(d, 1, new typ::Interface::•(d.[](14))); |
| 29 dec::init(d, 2, new typ::Interface::•(d.[](14))); |
| 30 dec::init(d, 3, new typ::Interface::•(d.[](14)), <dynamic>[new typ::Interface:
:•(d.[](16), <dynamic>[new typ::Interface::•(d.[](3))]), new typ::Interface::•(d
.[](17))]); |
| 31 dec::init(d, 4, new typ::Interface::•(d.[](18))); |
| 32 dec::init(d, 5, new typ::Interface::•(d.[](18))); |
| 33 dec::init(d, 6, new typ::Interface::•(d.[](14))); |
| 34 dec::init(d, 7, new typ::Interface::•(d.[](19))); |
| 35 dec::init(d, 8, new typ::Interface::•(d.[](19))); |
| 36 dec::init(d, 9, new typ::Interface::•(d.[](19))); |
| 37 dec::init(d, 10, new typ::Interface::•(d.[](19))); |
| 38 dec::init(d, 11, new typ::Interface::•(d.[](14)), <dynamic>[new typ::Interface
::•(d.[](20))]); |
| 39 dec::init(d, 12, new typ::Interface::•(d.[](13))); |
| 40 dec::init(d, 13, new typ::Interface::•(d.[](19))); |
| 41 dec::init(d, 14, null); |
| 42 dec::init(d, 16, new typ::Interface::•(d.[](14))); |
| 43 dec::init(d, 17, new typ::Interface::•(d.[](14))); |
| 44 dec::init(d, 18, new typ::Interface::•(d.[](14)), <dynamic>[new typ::Interface
::•(d.[](16), <dynamic>[new typ::Interface::•(d.[](18))])]); |
| 45 dec::init(d, 19, new typ::Interface::•(d.[](14))); |
| 46 dec::init(d, 20, new typ::Interface::•(d.[](14))); |
| 47 return d; |
| 48 }.call(dec::allocateDeclarations(<dynamic>["X", "Null", "bool", "String", "int",
"double", "Type", "AbstractClassInstantiationError", "NoSuchMethodError", "Cycl
icInitializationError", "UnsupportedError", "IntegerDivisionByZeroException", "R
angeError", "ArgumentError", "Object", "HasRuntimeTypeGetter", "Comparable", "Pa
ttern", "num", "Error", "Exception"], <dynamic>[5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 1, 0, 0, 0, 0])); |
| 49 static method main() → dynamic {} |
OLD | NEW |