fix es6.modules-system for head hoisting

This commit is contained in:
Sebastian McKenzie 2015-05-20 10:35:01 +01:00
parent af4feb4d88
commit 68a99ed1e9

View File

@ -18,7 +18,7 @@ System.register(["./evens"], function (_export) {
_export("p", p);
for (a in b) ;
for (a in b);
isOdd = (function (isEven) {
return function (n) {