| Index: test/codegen/expect/js/src/varargs.js
|
| diff --git a/test/codegen/expect/js/src/varargs.js b/test/codegen/expect/js/src/varargs.js
|
| deleted file mode 100644
|
| index 8a2f9d9cee3ea89600198131a07d6e7369820607..0000000000000000000000000000000000000000
|
| --- a/test/codegen/expect/js/src/varargs.js
|
| +++ /dev/null
|
| @@ -1,23 +0,0 @@
|
| -dart_library.library('js/src/varargs', null, /* Imports */[
|
| - 'dart/_runtime',
|
| - 'dart/core'
|
| -], /* Lazy imports */[
|
| -], function(exports, dart, core) {
|
| - 'use strict';
|
| - let dartx = dart.dartx;
|
| - class _Rest extends core.Object {
|
| - _Rest() {
|
| - }
|
| - }
|
| - dart.setSignature(_Rest, {
|
| - constructors: () => ({_Rest: [_Rest, []]})
|
| - });
|
| - const rest = dart.const(new _Rest());
|
| - function spread(args) {
|
| - dart.throw(new core.StateError('The spread function cannot be called, ' + 'it should be compiled away.'));
|
| - }
|
| - dart.fn(spread);
|
| - // Exports:
|
| - exports.rest = rest;
|
| - exports.spread = spread;
|
| -});
|
|
|