Replies: 1 comment 8 replies
-
you would need to adjust the scoping to look into the actual argument (types) and based on that put the correct function into the scope |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
i have two same function name
AddNumbers
in my different files,their formal parameter type is (INT,INT) and (STRING,INT)i call this function
AddNumbers
at main.st .it seems that it refer the first function with param(INT,INT),
but another function with formal parameter type (STRING,INT) seems didn't work well.so can langium support multi refer same name?
Beta Was this translation helpful? Give feedback.
All reactions