You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
a: ["var a: string","This is firstLine\nThis is second Line\n\nThis is fourth Line"],
@@ -136,5 +144,8 @@ verify.quickInfos({
136
144
8: ["(parameter) param1: string","hello "],
137
145
138
146
l: ["function l(param1: string): void","This is firstLine\nThis is second Line"],
139
-
9: ["(parameter) param1: string","first Line text\nblank line that shouldnt be shown when starting this \nsecond time information about the param again"]
147
+
9: ["(parameter) param1: string","first Line text\nblank line that shouldnt be shown when starting this \nsecond time information about the param again"],
148
+
149
+
m: ["function m(param1: string): void","This is firstLine\nThis is second Line\n[1]: third * line"],
150
+
10: ["(parameter) param1: string","first Line text\nsecond line text"]
0 commit comments