mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-05 16:38:05 -06:00
Remove TODO: GH#18795 comments (#23337)
This commit is contained in:
parent
b0552b089d
commit
d36f83a98d
@ -7,7 +7,6 @@
|
||||
|
||||
verify.codeFix({
|
||||
description: "Implement interface 'A'",
|
||||
// TODO: GH#18795
|
||||
newFileContent:
|
||||
`class A {
|
||||
f() {}
|
||||
|
||||
@ -12,7 +12,6 @@
|
||||
|
||||
verify.codeFix({
|
||||
description: "Implement inherited abstract class",
|
||||
// TODO: GH#18795
|
||||
newFileContent:
|
||||
`function foo<T>(a: T) {
|
||||
a;
|
||||
|
||||
@ -12,7 +12,6 @@
|
||||
|
||||
verify.codeFix({
|
||||
description: "Implement inherited abstract class",
|
||||
// TODO: GH#18795
|
||||
newFileContent:
|
||||
`function foo<T>(a: T) {
|
||||
a;
|
||||
|
||||
@ -20,7 +20,6 @@
|
||||
|
||||
verify.codeFix({
|
||||
description: "Implement inherited abstract class",
|
||||
// TODO: GH#18795
|
||||
newFileContent:
|
||||
`abstract class A {
|
||||
abstract get a(): number | string;
|
||||
|
||||
@ -12,7 +12,6 @@
|
||||
|
||||
verify.codeFix({
|
||||
description: "Implement inherited abstract class",
|
||||
// TODO: GH#18795
|
||||
newFileContent:
|
||||
`abstract class A {
|
||||
abstract f(a: number, b: string): boolean;
|
||||
|
||||
@ -8,7 +8,6 @@
|
||||
|
||||
verify.codeFix({
|
||||
description: "Implement inherited abstract class",
|
||||
// TODO: GH#18795
|
||||
newFileContent:
|
||||
`abstract class A {
|
||||
abstract f(): this;
|
||||
|
||||
@ -8,7 +8,6 @@
|
||||
|
||||
verify.codeFix({
|
||||
description: "Implement inherited abstract class",
|
||||
// TODO: GH#18795
|
||||
newFileContent:
|
||||
`abstract class A<T> {
|
||||
abstract f(x: T): T;
|
||||
|
||||
@ -8,7 +8,6 @@
|
||||
|
||||
verify.codeFix({
|
||||
description: "Implement inherited abstract class",
|
||||
// TODO: GH#18795
|
||||
newFileContent:
|
||||
`abstract class A<T> {
|
||||
abstract f(x: T): T;
|
||||
|
||||
@ -10,7 +10,6 @@
|
||||
|
||||
verify.codeFix({
|
||||
description: "Implement inherited abstract class",
|
||||
// TODO: GH#18795
|
||||
newFileContent:
|
||||
`abstract class A {
|
||||
abstract x: number;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user