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 bd68542 commit aa0bccdCopy full SHA for aa0bccd
compiler/test/dotty/tools/dotc/reporting/ErrorMessagesTests.scala
@@ -260,8 +260,7 @@ class ErrorMessagesTests extends ErrorMessagesTest {
260
assertEquals("value x", denot.show)
261
}
262
263
- // This is what we get here, not sure this is accurate but it's the best we can do.
264
- @Test def cyclicReferenceInvolvingImplicit =
+ @Test def cyclicReferenceInvolving2 =
265
checkMessagesAfter(FrontEnd.name) {
266
"""
267
|class A {
0 commit comments