Skip to content

Commit d06f3aa

Browse files
Update test.
1 parent 3430903 commit d06f3aa

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

tests/baselines/reference/APISample_linter.types.pull

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5883,6 +5883,9 @@ declare module "typescript" {
58835883

58845884
kindModifiers: string;
58855885
>kindModifiers : string
5886+
5887+
sortText: string;
5888+
>sortText : string
58865889
}
58875890
interface CompletionEntryDetails {
58885891
>CompletionEntryDetails : CompletionEntryDetails
@@ -6152,6 +6155,9 @@ declare module "typescript" {
61526155
static unknown: string;
61536156
>unknown : string
61546157

6158+
static warning: string;
6159+
>warning : string
6160+
61556161
static keyword: string;
61566162
>keyword : string
61576163

0 commit comments

Comments
 (0)