diff options
author | Eduardo Julian | 2022-11-11 15:59:22 -0400 |
---|---|---|
committer | Eduardo Julian | 2022-11-11 15:59:22 -0400 |
commit | 4c765d22bd0a2e5271bf350745ed29f66bfbb96a (patch) | |
tree | 1c2572154f828dae537eb2f528b7743f70bb6744 /stdlib/source/test | |
parent | cb572295c9a73330531e07f3f6a92b3bb2434514 (diff) |
Added SourceFile annotations to functions when compiling for the JVM.
Diffstat (limited to 'stdlib/source/test')
-rw-r--r-- | stdlib/source/test/lux/meta/extension.lux | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/source/test/lux/meta/extension.lux b/stdlib/source/test/lux/meta/extension.lux index cdcf0879d..ab58d17b3 100644 --- a/stdlib/source/test/lux/meta/extension.lux +++ b/stdlib/source/test/lux/meta/extension.lux @@ -176,7 +176,7 @@ (list) (list) (list) - sequence.empty))) + (list)))) @.js (js.comment commentary (js.statement (js.string commentary))) @.python (python.comment commentary |