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.
1 parent 14df3ea commit f5db076Copy full SHA for f5db076
language-server/test/dotty/tools/languageserver/WorksheetTest.scala
@@ -96,7 +96,7 @@ class WorksheetTest {
96
@Test def patternMatching1: Unit = {
97
ws"""${m1}val (foo, bar) = (1, 2)${m2}""".withSource
98
.run(m1,
99
- ((m1 to m2), s"val bar: Int = 2${nl}val foo: Int = 1"))
+ ((m1 to m2), s"val foo: Int = 1${nl}val bar: Int = 2"))
100
}
101
102
@Test def evaluationException: Unit = {
0 commit comments