Move 'this' tests to the correct place.

This commit is contained in:
Logan Smyth
2017-09-19 14:13:54 -07:00
parent fec79e358c
commit f23dd3a04c
9 changed files with 1 additions and 1 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;