Merge branch 'master' into templates

Conflicts:
	src/compiler/diagnosticInformationMap.generated.ts
	src/compiler/diagnosticMessages.json
	src/compiler/types.ts
	src/services/utilities.ts
This commit is contained in:
Daniel Rosenwasser
2014-10-28 19:06:07 -07:00
27 changed files with 4447 additions and 4149 deletions

View File

@@ -0,0 +1,14 @@
///<reference path="fourslash.ts"/>
////class Foo { }
////new/*1*/ Foo
////new /*2*/Foo(/*3*/)
goTo.marker('1');
verify.not.signatureHelpPresent();
goTo.marker('2');
verify.not.signatureHelpPresent();
goTo.marker('3');
verify.signatureHelpPresent();