mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-06-26 09:19:04 -05:00
Remove unnecessary test file (#23214)
This commit is contained in:
@@ -1,15 +0,0 @@
|
||||
/// <reference path='fourslash.ts'/>
|
||||
|
||||
//// class Foo {
|
||||
//// constructor(private [|{| "isWriteAccess": true, "isDefinition": true |}privateParam|]: number) {
|
||||
//// let localPrivate = [|privateParam|];
|
||||
//// this.[|{| "isWriteAccess": true |}privateParam|] += 10;
|
||||
//// }
|
||||
//// }
|
||||
|
||||
const ranges = test.ranges();
|
||||
const [r0, r1, r2] = ranges;
|
||||
verify.referenceGroups(ranges, [
|
||||
{ definition: "(property) Foo.privateParam: number", ranges: [r0, r2] },
|
||||
{ definition: "(parameter) privateParam: number", ranges: [r1] }
|
||||
]);
|
||||
Reference in New Issue
Block a user