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 9502d48 commit f8a9776Copy full SHA for f8a9776
compiler/test/dotty/tools/repl/TabcompleteTests.scala
@@ -130,6 +130,6 @@ class TabcompleteTests extends ReplTest {
130
}
131
132
@Test def i6415 = fromInitialState { implicit s =>
133
- assertEquals(List("Predef"), tabComplete("opaque type T = Pre"))
+ assertEquals(List("Predef"), tabComplete("object Foo { opaque type T = Pre"))
134
135
0 commit comments