OLD | NEW |
1 //FAILED TO COMPILE | 1 dart_library.library('language/application_test', null, /* Imports */[ |
| 2 'dart_sdk' |
| 3 ], function load__application_test(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 application_test = Object.create(null); |
| 9 let VoidTodynamic = () => (VoidTodynamic = dart.constFn(dart.definiteFunctionT
ype(dart.dynamic, [])))(); |
| 10 application_test.main = function() { |
| 11 }; |
| 12 dart.fn(application_test.main, VoidTodynamic()); |
| 13 // Exports: |
| 14 exports.application_test = application_test; |
| 15 }); |
OLD | NEW |