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 d0e49f5 commit 4484a36Copy full SHA for 4484a36
compiler/test/dotty/tools/dotc/reporting/ErrorMessagesTests.scala
@@ -1618,7 +1618,7 @@ class ErrorMessagesTests extends ErrorMessagesTest {
1618
""".stripMargin
1619
}.expect { (_, messages) =>
1620
assertMessageCount(1, messages)
1621
- val message = message.head
+ val message = messages.head
1622
assertTrue(message.isInstanceOf[StableIdentPattern])
1623
assertEquals(
1624
"Stable identifier required, but `x` found"
0 commit comments