Use reference comments again.

This commit is contained in:
Daniel Rosenwasser
2015-06-14 19:49:50 -07:00
parent 5da701ceb1
commit 5f01c09b7e
3 changed files with 2 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
// @noLib: true
/// <reference no-default-lib="true"/>
var x;
interface Array {}

View File

@@ -1,4 +1,4 @@
// @noLib: true
/// <reference no-default-lib="true"/>
var f: <T extends UNKNOWN>() => void;

View File

@@ -1,5 +1,4 @@
// @target: ES5
// @noLib: true
/* *****************************************************************************
Copyright (c) Microsoft Corporation. All rights reserved.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use