Skip to content

SemanticDB raises type mismatch error #5916

Closed
@biboudis

Description

@biboudis

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]

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions