Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix CompletionTest.importAnnotationAfterImport expectations
So, before my change, importing java.lang.annotation and then importing "annotation" will return java.lang.annotation, but complete as scala.annotation - so the completion logic (in scopeCompletions) is wrong somewhere. After my change they both return java.lang.annotation, so looks like I might have unintentionally made that logic work for this case - just need to update the test expectation.
- Loading branch information