Accepted baselines.

This commit is contained in:
Daniel Rosenwasser 2016-04-07 00:48:11 -07:00
parent e9e8837474
commit 1d16356cc6

View File

@ -8,6 +8,7 @@ export function f() {
//// [useStrictLikePrologueString01.js]
"hey!";
" use strict ";
"use strict";
function f() {
}
exports.f = f;