You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
valXcheckMacros:Setting[Boolean] =BooleanSetting("-Xcheck-macros", "Check some invariants of macro generated code while expanding macros", aliases =List("--Xcheck-macros"))
242
242
valXmainClass:Setting[String] =StringSetting("-Xmain-class", "path", "Class for manifest's Main-Class entry (only useful with -d <jar>)", "")
243
243
valXimplicitSearchLimit:Setting[Int] =IntSetting("-Ximplicit-search-limit", "Maximal number of expressions to be generated in an implicit search", 50000)
valYrecheckTest:Setting[Boolean] =BooleanSetting("-Yrecheck-test", "Run basic rechecking (internal test only)")
332
331
valYccDebug:Setting[Boolean] =BooleanSetting("-Ycc-debug", "Used in conjunction with captureChecking language import, debug info for captured references")
333
332
valYccNoAbbrev:Setting[Boolean] =BooleanSetting("-Ycc-no-abbrev", "Used in conjunction with captureChecking language import, suppress type abbreviations")
333
+
valYlightweightLazyVals:Setting[Boolean] =BooleanSetting("-Ylightweight-lazy-vals", "Use experimental lightweight implementation of lazy vals")
334
334
335
335
/** Area-specific debug output */
336
336
valYexplainLowlevel:Setting[Boolean] =BooleanSetting("-Yexplain-lowlevel", "When explaining type errors, show types at a lower level.")
0 commit comments