Skip to content

Commit 70097c4

Browse files
authored
Fix type error in fourslash.ts (#47430)
1 parent a158b7e commit 70097c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/cases/fourslash/fourslash.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -772,7 +772,7 @@ declare namespace FourSlashInterface {
772772
export interface VerifyInlayHintsOptions {
773773
text: string;
774774
position: number;
775-
kind?: VerifyInlayHintKind;
775+
kind?: ts.InlayHintKind;
776776
whitespaceBefore?: boolean;
777777
whitespaceAfter?: boolean;
778778
}

0 commit comments

Comments
 (0)