Move 'this' tests to the correct place.
This commit is contained in:
@@ -0,0 +1 @@
|
||||
var foo = () => this;
|
||||
@@ -0,0 +1,3 @@
|
||||
"use strict";
|
||||
|
||||
var foo = () => void 0;
|
||||
@@ -0,0 +1 @@
|
||||
this.foo();
|
||||
@@ -0,0 +1,3 @@
|
||||
"use strict";
|
||||
|
||||
(void 0).foo();
|
||||
@@ -0,0 +1 @@
|
||||
var self = this;
|
||||
@@ -0,0 +1,3 @@
|
||||
"use strict";
|
||||
|
||||
var self = void 0;
|
||||
@@ -0,0 +1 @@
|
||||
this;
|
||||
@@ -0,0 +1,3 @@
|
||||
"use strict";
|
||||
|
||||
void 0;
|
||||
Reference in New Issue
Block a user