Skip to content

Commit bf77442

Browse files
committed
Fix completion test
1 parent ddbd82b commit bf77442

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

language-server/test/dotty/tools/languageserver/CompletionTest.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ class CompletionTest {
2727

2828
@Test def completionFromNewScalaPredef: Unit = {
2929
code"class Foo { val foo = summ${m1} }"
30-
.completion(("summon", Method, "[T](using x: T): x.type"))
30+
.completion(("summon", Method, "[T](using x: T): (x: T)"))
3131
}
3232

3333
@Test def completionFromScalaPackage: Unit = {

0 commit comments

Comments
 (0)