We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 813fbf2 commit cb4b2e9Copy full SHA for cb4b2e9
javascript/ql/test/library-tests/TypeScript/Types/tst.ts
@@ -351,27 +351,6 @@ const state: State<number> = {
351
352
const fortyTwo = state.get(); // <- number
353
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
375
/////////////////
376
377
import tstModuleES from './tstModuleES.mjs';
0 commit comments