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

incorrect op-spacing on generics #34

Closed
oliverdain opened this issue Feb 28, 2017 · 2 comments
Closed

incorrect op-spacing on generics #34

oliverdain opened this issue Feb 28, 2017 · 2 comments

Comments

@oliverdain
Copy link

This expression:

override val formatClass: Class<out Format<*>>
        get() = super<MultiFileMixedTransform>.formatClass

generates:

RandomForestTransform.kt:25:24: Missing spacing after "<"
RandomForestTransform.kt:25:47: Missing spacing before ">"

which I believe is an error. I think it thinks the < and > are comparison operators rather than generics.

@shyiko shyiko closed this as completed in e7038be Feb 28, 2017
@shyiko
Copy link
Collaborator

shyiko commented Feb 28, 2017

@oliverdain Thank you! Fixed in 0.5.1 (Maven Central sync might take up to ~20 minutes).

@oliverdain
Copy link
Author

Wow! That was FAST! Thanks.

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