mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-06-23 18:48:40 -05:00
Add incremental parsing LS test.
This commit is contained in:
13
tests/cases/fourslash/incrementalParsingInsertIntoMethod1.ts
Normal file
13
tests/cases/fourslash/incrementalParsingInsertIntoMethod1.ts
Normal 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");
|
||||
Reference in New Issue
Block a user