Skip to content

Commit 8cde9f7

Browse files
committed
fix generics inlay hint test
1 parent bea855e commit 8cde9f7

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

packages/pyright-internal/src/tests/typeInlayHintsWalker.test.ts

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,11 @@ if (process.platform !== 'win32' || !process.env['CI']) {
100100
position: 273,
101101
value: '[bool]',
102102
},
103+
{
104+
inlayHintType: 'parameter',
105+
position: 274,
106+
value: 'value=',
107+
},
103108
{
104109
inlayHintType: 'generic',
105110
position: 290,
@@ -110,6 +115,11 @@ if (process.platform !== 'win32' || !process.env['CI']) {
110115
position: 399,
111116
value: '[list[int], int, int, str]',
112117
},
118+
{
119+
inlayHintType: 'parameter',
120+
position: 400,
121+
value: 'asdf=',
122+
},
113123
]);
114124
});
115125
} else {

0 commit comments

Comments
 (0)