Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(53)

Side by Side Diff: pkg/kernel/testcases/reify/super3_test.dart.expect

Issue 2713163002: Pass type arguments as a list in generic methods invocations (Closed)
Patch Set: Adjust reification in accordance to changes in master Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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
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 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698