Skip to content

SemanticDB raises type mismatch error #5916

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

Closed
biboudis opened this issue Feb 14, 2019 · 0 comments
Closed

SemanticDB raises type mismatch error #5916

biboudis opened this issue Feb 14, 2019 · 0 comments
Assignees

Comments

@biboudis
Copy link
Contributor

It blocks sbt launchIDE

[error] -- [E007] Type Mismatch Error: /Users/bibou/Projects/dotty/semanticdb/src/dotty/semanticdb/SemanticdbConsumer.scala:763:47
[error] 763 |              getImportSelectors(getImportPath(path), selectors)
[error]     |                                               ^^^^
[error]     |                                               Found:    Any(path)
[error]     |                                               Required: reflect.Term
[error] -- [E007] Type Mismatch Error: /Users/bibou/Projects/dotty/semanticdb/src/dotty/semanticdb/SemanticdbConsumer.scala:763:54
[error] 763 |              getImportSelectors(getImportPath(path), selectors)
[error]     |                                                      ^^^^^^^^^
[error]     |                                Found:    Any(selectors)
[error]     |                                Required: List[reflect.ImportSelector]
@biboudis biboudis self-assigned this Feb 14, 2019
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

1 participant