Reproduction Steps
Create any script. Paste in one of these two code snippets:
type test =
export type test =
Make sure that there is no space after the =
sign and that there’s at least one empty line after the equal sign (or you can type in return
).
Notice the red bar that extends throughout the last line:
If you used return
, a red line will appear at the first incidence:
Expected Behavior
Make any script. Paste in one of these two code snippets:
type test =
export type test =
A normal error line is shown
Actual Behavior
A red bar extends over an entire line.
Issue Area: Studio
Issue Type: Display
Impact: Low
Frequency: Constantly
Date First Experienced: 2022-05-06 00:05:00 (-04:00)