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

IdeaLingua: compile error when method result class name is the same as result data name #69

Open
Caparow opened this issue Feb 13, 2019 · 1 comment

Comments

@Caparow
Copy link
Contributor

Caparow commented Feb 13, 2019

7mind/izumi#483

Example:

domain idltest.doubles

data DoublesSuccess {
}

data DoublesFailure {
}


service Doubles {
    def doubles() => DoublesSuccess !! DoublesFailure
}
@neko-kai
Copy link
Member

Thanks for submitting this!

@neko-kai neko-kai transferred this issue from 7mind/izumi Mar 15, 2020
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

2 participants