Skip to content

Commit cb4b2e9

Browse files
author
Stephan Brandauer
committed
delete test of removed feature
1 parent 813fbf2 commit cb4b2e9

File tree

1 file changed

+0
-21
lines changed
  • javascript/ql/test/library-tests/TypeScript/Types

1 file changed

+0
-21
lines changed

javascript/ql/test/library-tests/TypeScript/Types/tst.ts

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -351,27 +351,6 @@ const state: State<number> = {
351351

352352
const fortyTwo = state.get(); // <- number
353353

354-
////////////
355-
356-
// This does not compile as of 2022-05-19 with [email protected], but it might
357-
// work with the actually released version:
358-
359-
// class Container {
360-
// #data = "hello!";
361-
362-
// get data(): typeof this.#data {
363-
// return this.#data;
364-
// }
365-
366-
// set data(value: typeof this.#data) {
367-
// this.#data = value;
368-
// }
369-
// }
370-
371-
// const c = new Container();
372-
373-
// const hello = c.data(); // <- string
374-
375354
/////////////////
376355

377356
import tstModuleES from './tstModuleES.mjs';

0 commit comments

Comments
 (0)