diff options
Diffstat (limited to 'users/Profpatsch/emacs-tree-sitter-move/test.py')
-rw-r--r-- | users/Profpatsch/emacs-tree-sitter-move/test.py | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/users/Profpatsch/emacs-tree-sitter-move/test.py b/users/Profpatsch/emacs-tree-sitter-move/test.py new file mode 100644 index 000000000000..0f57bae035da --- /dev/null +++ b/users/Profpatsch/emacs-tree-sitter-move/test.py @@ -0,0 +1,13 @@ +(4 + 5 + 5) + +def foo(a, b, c) + +def bar(a, b): + 4 + 4 + 4 + +[1, 4, 5, 10] + +def foo(): + pass |