include test for number specifiers

This commit is contained in:
guybedford
2016-11-11 17:30:58 +02:00
parent 5678e61c0f
commit bd251f236b
2 changed files with 10 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
import "2";
import "1";

View File

@@ -0,0 +1,8 @@
System.register(["2", "1"], function (_export, _context) {
"use strict";
return {
setters: [function (_2) {}, function (_1) {}],
execute: function () {}
};
});