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

Trailing with after interface implementation declaration #21

Closed
davidgrenier opened this issue Apr 19, 2013 · 2 comments
Closed

Trailing with after interface implementation declaration #21

davidgrenier opened this issue Apr 19, 2013 · 2 comments

Comments

@davidgrenier
Copy link

Adds a trailing with to interface implementation declaration although since the type already implements the interface from the inherited class.

The following gets translated:

type WebServices() =
    inherit ExchangeRateService()
    interface IWebServices

To:

type WebServices() = 
    inherit ExchangeRateService()
    interface IWebServices with

Which fails to compile.

@dungpa
Copy link
Contributor

dungpa commented Apr 19, 2013

This has been fixed. Can you check again with the most up-to-date version?

@davidgrenier
Copy link
Author

Yes, downloaded and tested, both issues are fixed.

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

No branches or pull requests

2 participants