Update baseline tests

This commit is contained in:
Mateusz Burzyński
2018-06-01 00:08:54 +02:00
parent 42a5f81570
commit 3af425b87d
807 changed files with 5646 additions and 3204 deletions

View File

@@ -4072,7 +4072,7 @@ namespace ts {
priority: 0,
text: `
var __extends = (this && this.__extends) || (function () {
function extendStatics(d, b) {
var extendStatics = function (d, b) {
extendStatics = Object.setPrototypeOf ||
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };