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 836db8d commit 1094b58Copy full SHA for 1094b58
compiler/test/dotty/tools/repl/TabcompleteTests.scala
@@ -235,6 +235,6 @@ class TabcompleteTests extends ReplTest {
235
}
236
237
@Test def i9334 = initially {
238
- assertEquals(Nil, tabComplete("class Foo[T]; classOf[Foo]."))
+ assert(tabComplete("class Foo[T]; classOf[Foo].").contains("getName"))
239
240
0 commit comments