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 185ec56 commit 7403b66Copy full SHA for 7403b66
compiler/src/dotty/tools/dotc/transform/init/Errors.scala
@@ -89,7 +89,7 @@ object Errors {
89
90
case class CallCold(meth: Symbol, source: Tree, trace: Vector[Tree]) extends Error {
91
def show(implicit ctx: Context): String =
92
- "Call method " + source.show + " on a value under unknown initialization" + "."
+ "Call method " + source.show + " on a value under unknown initialization status" + "."
93
}
94
95
case class CallUnknown(meth: Symbol, source: Tree, trace: Vector[Tree]) extends Error {
@@ -113,4 +113,4 @@ object Errors {
113
}.mkString)
114
115
116
-}
+}
0 commit comments