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 ddbd82b commit bf77442Copy full SHA for bf77442
language-server/test/dotty/tools/languageserver/CompletionTest.scala
@@ -27,7 +27,7 @@ class CompletionTest {
27
28
@Test def completionFromNewScalaPredef: Unit = {
29
code"class Foo { val foo = summ${m1} }"
30
- .completion(("summon", Method, "[T](using x: T): x.type"))
+ .completion(("summon", Method, "[T](using x: T): (x: T)"))
31
}
32
33
@Test def completionFromScalaPackage: Unit = {
0 commit comments