mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-09 07:55:10 -05:00
Remove TODO: GH#18795 comments (#23337)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user