Add incremental parsing LS test.

This commit is contained in:
Cyrus Najmabadi
2014-12-14 12:30:02 -08:00
parent 872df4dda4
commit 3478099a85

View File

@@ -0,0 +1,13 @@
/// <reference path='fourslash.ts' />
////class C {
//// public foo1() { }
//// public foo2() {
//// return 1/*1*/;
//// }
//// public foo3() { }
////}
debugger;
goTo.marker("1");
edit.insert(" + 1");