OLD | NEW |
(Empty) | |
| 1 dart_library.library('language/compile_time_constant_checked2_test_none_multi',
null, /* Imports */[ |
| 2 'dart_sdk' |
| 3 ], function load__compile_time_constant_checked2_test_none_multi(exports, dart_s
dk) { |
| 4 'use strict'; |
| 5 const core = dart_sdk.core; |
| 6 const dart = dart_sdk.dart; |
| 7 const dartx = dart_sdk.dartx; |
| 8 const compile_time_constant_checked2_test_none_multi = Object.create(null); |
| 9 let VoidTodynamic = () => (VoidTodynamic = dart.constFn(dart.definiteFunctionT
ype(dart.dynamic, [])))(); |
| 10 compile_time_constant_checked2_test_none_multi.A = class A extends core.Object
{ |
| 11 a2(x) { |
| 12 this.x = x; |
| 13 } |
| 14 a6(x) { |
| 15 this.x = x; |
| 16 } |
| 17 }; |
| 18 dart.defineNamedConstructor(compile_time_constant_checked2_test_none_multi.A,
'a2'); |
| 19 dart.defineNamedConstructor(compile_time_constant_checked2_test_none_multi.A,
'a6'); |
| 20 dart.setSignature(compile_time_constant_checked2_test_none_multi.A, { |
| 21 constructors: () => ({ |
| 22 a2: dart.definiteFunctionType(compile_time_constant_checked2_test_none_mul
ti.A, [core.int]), |
| 23 a6: dart.definiteFunctionType(compile_time_constant_checked2_test_none_mul
ti.A, [core.int]) |
| 24 }) |
| 25 }); |
| 26 compile_time_constant_checked2_test_none_multi.main = function() { |
| 27 }; |
| 28 dart.fn(compile_time_constant_checked2_test_none_multi.main, VoidTodynamic()); |
| 29 // Exports: |
| 30 exports.compile_time_constant_checked2_test_none_multi = compile_time_constant
_checked2_test_none_multi; |
| 31 }); |
OLD | NEW |