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 00d49e3 commit feecfbaCopy full SHA for feecfba
compiler/src/dotty/tools/dotc/reporting/diagnostic/messages.scala
@@ -2392,7 +2392,7 @@ object messages {
2392
2393
case class IllegalCyclicTypeReference(sym: Symbol, where: String, lastChecked: Type)(implicit val ctx: Context)
2394
extends Message(IllegalCyclicTypeReferenceID) {
2395
- val kind: String = "Type"
+ val kind: String = "Cyclic"
2396
val msg: String = i"illegal cyclic type reference: ${where} ${hl(lastChecked.show)} of $sym refers back to the type itself"
2397
val explanation: String = ""
2398
}
0 commit comments