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.
WcheckInit
1 parent ed97ccd commit 0c269cbCopy full SHA for 0c269cb
compiler/src/dotty/tools/dotc/config/ScalaSettings.scala
@@ -282,7 +282,7 @@ private sealed trait WarningSettings:
282
|to prevent the shell from expanding patterns.""".stripMargin,
283
)
284
285
- private val WcheckInit: Setting[Boolean] = BooleanSetting("-Wsafe-init", "Ensure safe initialization of objects.")
+ val WcheckInit: Setting[Boolean] = BooleanSetting("-Wsafe-init", "Ensure safe initialization of objects.")
286
287
object Whas:
288
def allOr(s: Setting[Boolean])(using Context): Boolean =
0 commit comments