Rename some test fixtures so they run properly. (#8265)
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
"use strict";
|
||||
|
||||
var foo = () => void 0;
|
||||
@@ -0,0 +1,3 @@
|
||||
"use strict";
|
||||
|
||||
(void 0).foo();
|
||||
@@ -0,0 +1,3 @@
|
||||
"use strict";
|
||||
|
||||
var self = void 0;
|
||||
@@ -0,0 +1,3 @@
|
||||
"use strict";
|
||||
|
||||
void 0;
|
||||
Reference in New Issue
Block a user