mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-15 03:23:08 -06:00
Accepting new baselines
This commit is contained in:
parent
de8b2fabb9
commit
b355412ef6
@ -41,6 +41,6 @@ function f1() {
|
||||
var b;
|
||||
}
|
||||
function f2() {
|
||||
var a = [].slice().slice().slice().slice().slice();
|
||||
var b = [5].slice().slice().slice().slice().slice();
|
||||
var a = [];
|
||||
var b = [5];
|
||||
}
|
||||
|
||||
@ -99,6 +99,6 @@ var d3 = temp1.slice();
|
||||
var d4 = temp.concat(temp1);
|
||||
var d5 = temp3.slice();
|
||||
var d6 = temp4.slice();
|
||||
var d7 = temp1.slice().slice();
|
||||
var d7 = temp1.slice();
|
||||
var d8 = [temp1.slice()];
|
||||
var d9 = [temp1.slice()].concat(["hello"]);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user