mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-15 21:36:50 -05:00
Accepted baselines.
This commit is contained in:
@@ -1 +1 @@
|
||||
new f().x
|
||||
new (f().x)
|
||||
@@ -24,5 +24,5 @@ var __getTemplateObject = (this && this.__getTemplateObject) || function (cooked
|
||||
return cooked;
|
||||
};
|
||||
var f;
|
||||
var x = new new new f(_a || (_a = __getTemplateObject(["abc", "def"], ["abc", "def"])), 0).member("hello")(42) === true;
|
||||
var x = new new new (f(_a || (_a = __getTemplateObject(["abc", "def"], ["abc", "def"])), 0).member)("hello")(42) === true;
|
||||
var _a;
|
||||
|
||||
Reference in New Issue
Block a user