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

ArrayList return procedures don't work #18

Open
vvvami opened this issue Sep 13, 2023 · 1 comment
Open

ArrayList return procedures don't work #18

vvvami opened this issue Sep 13, 2023 · 1 comment

Comments

@vvvami
Copy link

vvvami commented Sep 13, 2023

I get the same error in both versions:
error: incompatible types: List cannot be converted to ArrayList

To replicate: simply make an ArrayList in a procedure and have it return itself.

@vvvami
Copy link
Author

vvvami commented Sep 13, 2023

the issue can be fixed by doing this:
image

before, it looked like this:
image
trying to convert List to ArrayList

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

No branches or pull requests

1 participant