Skip to content

Commit 23681f3

Browse files
committed
update baseline
1 parent 4111772 commit 23681f3

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

tests/baselines/reference/quickInfoOnJsDocPropertyWithAmbientDeclaration.baseline

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
{
33
"marker": {
44
"fileName": "/test.js",
5-
"position": 126,
5+
"position": 127,
66
"name": ""
77
},
88
"quickInfo": {
99
"kind": "",
1010
"kindModifiers": "",
1111
"textSpan": {
12-
"start": 123,
12+
"start": 124,
1313
"length": 3
1414
},
1515
"displayParts": [

tests/cases/fourslash/quickInfoOnJsDocPropertyWithAmbientDeclaration.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
//// }
1010
////
1111
//// declare prop: string;
12+
////
1213
//// method() {
1314
//// this.prop.foo/**/
1415
//// }

0 commit comments

Comments
 (0)