diff options
| author | Kimplul <kimi.h.kuparinen@gmail.com> | 2025-01-16 00:21:02 +0200 |
|---|---|---|
| committer | Kimplul <kimi.h.kuparinen@gmail.com> | 2025-01-16 00:21:02 +0200 |
| commit | 9ca1d0c763e1c506ae7b43d50db225914b709397 (patch) | |
| tree | ff80aa07a1b1ee6515926ec5d078bc44866a46aa /tests/struct_priv_trait_cont/struct_priv_trait_cont.ek | |
| parent | 7eaa051d4dcc3048c46f302997fd2175a983ac0e (diff) | |
| download | ek-9ca1d0c763e1c506ae7b43d50db225914b709397.tar.gz ek-9ca1d0c763e1c506ae7b43d50db225914b709397.zip | |
more strict trait checking
Diffstat (limited to 'tests/struct_priv_trait_cont/struct_priv_trait_cont.ek')
| -rw-r--r-- | tests/struct_priv_trait_cont/struct_priv_trait_cont.ek | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/struct_priv_trait_cont/struct_priv_trait_cont.ek b/tests/struct_priv_trait_cont/struct_priv_trait_cont.ek index cd67050..7fb7e12 100644 --- a/tests/struct_priv_trait_cont/struct_priv_trait_cont.ek +++ b/tests/struct_priv_trait_cont/struct_priv_trait_cont.ek @@ -12,7 +12,7 @@ import "struct.ek" * by the codegen. Should maybe try and do something about that as well. */ continue implementer { - trait![]; + trait!; do_something(=> i27) { return 1; |
