aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library/lux/ffi.old.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/library/lux/ffi.old.lux')
-rw-r--r--stdlib/source/library/lux/ffi.old.lux12
1 files changed, 6 insertions, 6 deletions
diff --git a/stdlib/source/library/lux/ffi.old.lux b/stdlib/source/library/lux/ffi.old.lux
index ce87fcbec..c59ae94e8 100644
--- a/stdlib/source/library/lux/ffi.old.lux
+++ b/stdlib/source/library/lux/ffi.old.lux
@@ -766,9 +766,9 @@
#member_privacy pm
#member_anns annotations]
{#VirtualMethod final? strict_fp?
- method_vars
- this_name arg_decls return_type
- body exs}]))))
+ method_vars
+ this_name arg_decls return_type
+ body exs}]))))
(def: overriden_method_def^
(Parser [Member_Declaration Method_Definition])
@@ -789,9 +789,9 @@
#member_privacy #PublicP
#member_anns annotations]
{#OverridenMethod strict_fp?
- owner_class method_vars
- this_name arg_decls return_type
- body exs}]))))
+ owner_class method_vars
+ this_name arg_decls return_type
+ body exs}]))))
(def: static_method_def^
(Parser [Member_Declaration Method_Definition])