We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6e52f8 commit 5ceeef2Copy full SHA for 5ceeef2
presentation-compiler/test/dotty/tools/pc/tests/completion/CompletionScalaCliSuite.scala
@@ -57,6 +57,7 @@ class CompletionScalaCliSuite extends BaseCompletionSuite:
57
|""".stripMargin
58
)
59
60
+ @Ignore
61
@Test def `version` =
62
check(
63
"""|//> using lib "io.circe::circe-core_sjs1:0.14.1@@"
@@ -66,6 +67,7 @@ class CompletionScalaCliSuite extends BaseCompletionSuite:
66
67
68
69
// We don't to add `::` before version if `sjs1` is specified
70
71
@Test def `version-edit` =
72
checkEdit(
73
0 commit comments