Skip to content

Commit 1aa786a

Browse files
committed
Test for completions at typer
1 parent ddc96b9 commit 1aa786a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

compiler/test/dotty/tools/repl/TabcompleteTests.scala

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -228,4 +228,9 @@ class TabcompleteTests extends ReplTest {
228228
tabComplete(":d")
229229
)
230230
}
231+
232+
@Test def `i16551 typer phase for implicits` = initially {
233+
val comp = tabComplete("BigInt(1).")
234+
assertTrue(comp.distinct.nonEmpty)
235+
}
231236
}

0 commit comments

Comments
 (0)