Skip to content

Commit 7300205

Browse files
committed
fix typo in test
1 parent a2f7cc9 commit 7300205

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

presentation-compiler/test/dotty/tools/pc/tests/completion/CompletionSuite.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1436,7 +1436,7 @@ class CompletionSuite extends BaseCompletionSuite:
14361436
check(
14371437
"""|trait Foo
14381438
|object T:
1439-
| extension [A](using Foo)(x: Fo@@)(using Fo@@)
1439+
| extension [A](using Foo)(x: Fo@@)(using Foo)
14401440
|""".stripMargin,
14411441
"""|Foo test
14421442
|""".stripMargin

0 commit comments

Comments
 (0)