diff options
Diffstat (limited to 'tests/struct_priv_trait_cont/struct.ek')
| -rw-r--r-- | tests/struct_priv_trait_cont/struct.ek | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/struct_priv_trait_cont/struct.ek b/tests/struct_priv_trait_cont/struct.ek index 6c94aaa..b790dd4 100644 --- a/tests/struct_priv_trait_cont/struct.ek +++ b/tests/struct_priv_trait_cont/struct.ek @@ -1,13 +1,13 @@ pub typedef ptr {}; pub typedef i27 {}; -pub define trait[] { +pub define trait { do_something(=> i27); } pub typedef implementer {} continue implementer { - trait![]; + trait!; do_something(=> i27) { return 0; |
