We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05b03ab commit 877b558Copy full SHA for 877b558
1 file changed
ghcide-test/exe/EpsPollutionTests.hs
@@ -67,8 +67,8 @@ staleHieProvokesOverlapping =
67
-- loadSysInterface(A) then runs and pollutes the EPS.
68
changeDoc cdoc [TextDocumentContentChangeEvent . InR .
69
TextDocumentContentChangeWholeDocument $ brokenC]
70
+ void $ waitForDiagnosticsFrom cdoc
71
void $ getHover cdoc (hoverOnMyMethod brokenC)
- void $ waitForDiagnosticsFrom cdoc -- let the broken state settle
72
-- Repair C. The next typecheck legitimately has A in its HPT; with
73
-- the polluted EPS it also has A's ClsInst in eps_inst_env, so
74
-- instance resolution for 'myMethod x :: AType -> String' finds
0 commit comments