Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

eqWAlizer: dyn_remote_funs:test_01/1 #2

Open
albsch opened this issue Jun 6, 2024 · 0 comments
Open

eqWAlizer: dyn_remote_funs:test_01/1 #2

albsch opened this issue Jun 6, 2024 · 0 comments

Comments

@albsch
Copy link
Member

albsch commented Jun 6, 2024

Should fail but passes:

-spec test_01(atom()) -> term().           |         |
test_01(F) ->                              | ERROR   |
    lists:F(fun(X) -> X end, [3]).         |         | 'lists':F.
                                           |         | Dynamic calls of unknown functions are not supported.

9 other similar test cases in dyn_remote_funs also pass.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant