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

gbc should reject methods with the same name #381

Closed
lalo opened this issue Mar 27, 2017 · 0 comments
Closed

gbc should reject methods with the same name #381

lalo opened this issue Mar 27, 2017 · 0 comments
Labels

Comments

@lalo
Copy link
Member

lalo commented Mar 27, 2017

service FooMatic2000 {
    nothing foo13(BasicTypes);
    nothing foo13(tests2.OtherBasicTypes);
}

Should fail.

@lalo lalo added the bug label Mar 27, 2017
lalo added a commit to lalo/bond that referenced this issue Mar 30, 2017
- add test
- functions and events should have unique names
- fixes microsoft#381
@chwarr chwarr closed this as completed in 3865e65 Mar 31, 2017
fuzhouch pushed a commit to fuzhouch/bond that referenced this issue Apr 9, 2017
- Functions and events should have unique names
- Add test
- Fixes microsoft#381
- Closes microsoft#388
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant