Rename some test fixtures so they run properly. (#8265)

This commit is contained in:
Logan Smyth
2018-07-04 18:33:26 -07:00
committed by GitHub
parent 2cf2fd544b
commit b6eba87daa
10 changed files with 35 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
"use strict";
var foo = () => void 0;

View File

@@ -0,0 +1,3 @@
"use strict";
(void 0).foo();

View File

@@ -0,0 +1,3 @@
"use strict";
var self = void 0;

View File

@@ -0,0 +1,3 @@
"use strict";
void 0;