diff options
Diffstat (limited to 'modules/gdscript/tests/scripts/lsp/first_line_comment.gd')
-rw-r--r-- | modules/gdscript/tests/scripts/lsp/first_line_comment.gd | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/gdscript/tests/scripts/lsp/first_line_comment.gd b/modules/gdscript/tests/scripts/lsp/first_line_comment.gd new file mode 100644 index 0000000000..34ead5fabb --- /dev/null +++ b/modules/gdscript/tests/scripts/lsp/first_line_comment.gd @@ -0,0 +1,2 @@ +# Some comment +extends Node |