Skip to content

Commit

Permalink
revert changes in 2
Browse files Browse the repository at this point in the history
  • Loading branch information
rochala authored and tgodzik committed Jan 24, 2024
1 parent 204ec5c commit f9fadfe
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions tests/cross/src/test/scala/tests/pc/SignatureHelpSuite.scala
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ class SignatureHelpSuite extends BaseSignatureHelpSuite {
|Random(seed: Int)
|Random(seed: Long)
|Random(self: Random)
|""".stripMargin
|""".stripMargin,
)
)

Expand Down Expand Up @@ -466,8 +466,8 @@ class SignatureHelpSuite extends BaseSignatureHelpSuite {
| ^^^^^^^^
|to(end: Int, step: Int): Inclusive
|""".stripMargin,
"2.11" -> """|to(end: Int): immutable.Range.Inclusive
| ^^^^^^^^
"2.11" -> """|^^^^^^
|to(end: Int): immutable.Range.Inclusive
|to(end: Int, step: Int): immutable.Range.Inclusive
|to(end: T): NumericRange.Inclusive[T]
|to(end: T): Range.Partial[T,NumericRange[T]]
Expand Down Expand Up @@ -627,7 +627,7 @@ class SignatureHelpSuite extends BaseSignatureHelpSuite {
">=3.4.1-RC1-bin-20240120-hash-NIGHTLY" ->
"""|apply([age: Int], [name: String]): User
| ^^^^^^^^^^^^^^
|""".stripMargin
|""".stripMargin,
)
)

Expand All @@ -650,7 +650,7 @@ class SignatureHelpSuite extends BaseSignatureHelpSuite {
">=3.4.1-RC1-bin-20240120-hash-NIGHTLY" ->
"""|apply(name: String, age: Int): User
| ^^^^^^^^
|""".stripMargin
|""".stripMargin,
)
)

Expand Down

0 comments on commit f9fadfe

Please sign in to comment.