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.
2 parents 32222ad + 3a545dd commit b1ccc6aCopy full SHA for b1ccc6a
presentation-compiler/test/dotty/tools/pc/tests/completion/CompletionScalaCliSuite.scala
@@ -11,7 +11,8 @@ class CompletionScalaCliSuite extends BaseCompletionSuite:
11
"""|//> using lib "io.cir@@
12
|package A
13
|""".stripMargin,
14
- "io.circe"
+ """|io.circe
15
+ |io.circul""".stripMargin
16
)
17
18
@Test def `multiple-deps` =
@@ -128,7 +129,8 @@ class CompletionScalaCliSuite extends BaseCompletionSuite:
128
129
"""|//> using dep "io.cir@@
130
131
132
133
134
135
136
@Test def `multiple-deps2` =
0 commit comments