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

Symbol table for methods declared with val / var is not handeled correctly #73

Open
cpollet opened this issue Apr 25, 2020 · 1 comment

Comments

@cpollet
Copy link
Member

cpollet commented Apr 25, 2020

Fro instance

val someMethod1 = (p: String) => none;

appears as

namespace.Class.[body].someMethod1
@cpollet
Copy link
Member Author

cpollet commented May 3, 2020

actually, this should probably be illegal:

val someName;
someName(...) {}

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

No branches or pull requests

1 participant