OLD | NEW |
1 library super3_test; | 1 library super3_test; |
2 import self as self; | 2 import self as self; |
3 import "dart:core" as core; | 3 import "dart:core" as core; |
4 import "../../runtime/reify/interceptors.dart" as int; | 4 import "../../runtime/reify/interceptors.dart" as int; |
5 import "../../runtime/reify/types.dart" as typ; | 5 import "../../runtime/reify/types.dart" as typ; |
6 import "../../runtime/reify/declarations.dart" as dec; | 6 import "../../runtime/reify/declarations.dart" as dec; |
7 | 7 |
8 class A extends core::Object implements int::HasRuntimeTypeGetter { | 8 class A extends core::Object implements int::HasRuntimeTypeGetter { |
9 final field typ::ReifiedType $type; | 9 final field typ::ReifiedType $type; |
10 constructor •(typ::ReifiedType $type) → void | 10 constructor •(typ::ReifiedType $type) → void |
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
46 dec::init(d, 14, new typ::Interface::•(d.[](20))); | 46 dec::init(d, 14, new typ::Interface::•(d.[](20))); |
47 dec::init(d, 15, null); | 47 dec::init(d, 15, null); |
48 dec::init(d, 17, new typ::Interface::•(d.[](15))); | 48 dec::init(d, 17, new typ::Interface::•(d.[](15))); |
49 dec::init(d, 18, new typ::Interface::•(d.[](15))); | 49 dec::init(d, 18, new typ::Interface::•(d.[](15))); |
50 dec::init(d, 19, new typ::Interface::•(d.[](15)), <dynamic>[new typ::Interface
::•(d.[](17), <dynamic>[new typ::Interface::•(d.[](19))])]); | 50 dec::init(d, 19, new typ::Interface::•(d.[](15)), <dynamic>[new typ::Interface
::•(d.[](17), <dynamic>[new typ::Interface::•(d.[](19))])]); |
51 dec::init(d, 20, new typ::Interface::•(d.[](15))); | 51 dec::init(d, 20, new typ::Interface::•(d.[](15))); |
52 dec::init(d, 21, new typ::Interface::•(d.[](15))); | 52 dec::init(d, 21, new typ::Interface::•(d.[](15))); |
53 return d; | 53 return d; |
54 }.call(dec::allocateDeclarations(<dynamic>["A", "B", "Null", "bool", "String", "
int", "double", "Type", "AbstractClassInstantiationError", "NoSuchMethodError",
"CyclicInitializationError", "UnsupportedError", "IntegerDivisionByZeroException
", "RangeError", "ArgumentError", "Object", "HasRuntimeTypeGetter", "Comparable"
, "Pattern", "num", "Error", "Exception"], <dynamic>[1, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0])); | 54 }.call(dec::allocateDeclarations(<dynamic>["A", "B", "Null", "bool", "String", "
int", "double", "Type", "AbstractClassInstantiationError", "NoSuchMethodError",
"CyclicInitializationError", "UnsupportedError", "IntegerDivisionByZeroException
", "RangeError", "ArgumentError", "Object", "HasRuntimeTypeGetter", "Comparable"
, "Pattern", "num", "Error", "Exception"], <dynamic>[1, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0])); |
55 static method main() → dynamic { | 55 static method main() → dynamic { |
56 new self::B::•().foo; | 56 new self::B::•().{self::A::foo}; |
57 new self::B::redirect(); | 57 new self::B::redirect(); |
58 } | 58 } |
OLD | NEW |