invalid export in blocks.

This commit is contained in:
Mohamed Hegazy 2016-04-06 17:20:41 -07:00
parent 27bd8e71b9
commit 17a062ab62

View file

@ -8,5 +8,4 @@
//// [functionsWithModifiersInBlocks1.js]
{
function f() { }
exports.f = f;
}