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

Side by Side Diff: test/codegen/expect/language/regress_21912_test_none_multi.js

Issue 2128353002: Check in codegen test expectations. (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: Created 4 years, 5 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
(Empty)
1 dart_library.library('language/regress_21912_test_none_multi', null, /* Imports */[
2 'dart_sdk'
3 ], function load__regress_21912_test_none_multi(exports, dart_sdk) {
4 'use strict';
5 const core = dart_sdk.core;
6 const dart = dart_sdk.dart;
7 const dartx = dart_sdk.dartx;
8 const regress_21912_test_none_multi = Object.create(null);
9 let Function2 = () => (Function2 = dart.constFn(regress_21912_test_none_multi. Function2$()))();
10 let VoidTovoid = () => (VoidTovoid = dart.constFn(dart.definiteFunctionType(da rt.void, [])))();
11 regress_21912_test_none_multi.A = class A extends core.Object {};
12 regress_21912_test_none_multi.B = class B extends regress_21912_test_none_mult i.A {};
13 regress_21912_test_none_multi.Function2$ = dart.generic((S, T) => {
14 const Function2 = dart.typedef('Function2', () => dart.functionType(T, [S])) ;
15 return Function2;
16 });
17 regress_21912_test_none_multi.Function2 = Function2();
18 regress_21912_test_none_multi.AToB = dart.typedef('AToB', () => dart.functionT ype(regress_21912_test_none_multi.B, [regress_21912_test_none_multi.A]));
19 regress_21912_test_none_multi.BToA = dart.typedef('BToA', () => dart.functionT ype(regress_21912_test_none_multi.A, [regress_21912_test_none_multi.B]));
20 regress_21912_test_none_multi.main = function() {
21 {
22 let t1 = null;
23 let t2 = null;
24 let left = null;
25 }
26 };
27 dart.fn(regress_21912_test_none_multi.main, VoidTovoid());
28 // Exports:
29 exports.regress_21912_test_none_multi = regress_21912_test_none_multi;
30 });
OLDNEW
« no previous file with comments | « test/codegen/expect/language/regress_21912_test_02_multi.js ('k') | test/codegen/expect/language/regress_21998_1_test.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698