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

V allows duplicated operator method #21674

Closed
medvednikov opened this issue Jun 13, 2024 · 0 comments · Fixed by #21675
Closed

V allows duplicated operator method #21674

medvednikov opened this issue Jun 13, 2024 · 0 comments · Fixed by #21675
Assignees
Labels
Bug This tag is applied to issues which reports bugs.

Comments

@medvednikov
Copy link
Member

medvednikov commented Jun 13, 2024

Describe the bug

struct Foo{}
fn (f Foo) * (f2 Foo) Foo{}
fn (f Foo) * (f2 Foo) Foo{}

V version

latest

Note

You can use the 👍 reaction to increase the issue's priority for developers.

Please note that only the 👍 reaction to the issue itself counts as a vote.
Other reactions and those to comments will not be taken into account.

@medvednikov medvednikov added the Bug This tag is applied to issues which reports bugs. label Jun 13, 2024
@Delta456 Delta456 self-assigned this Jun 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug This tag is applied to issues which reports bugs.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants