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
valYscala2Unpickler:Setting[String] =StringSetting("-Yscala2-unpickler", "", "Control where we may get Scala 2 symbols from. This is either \"always\", \"never\", or a classpath.", "always")
282
282
283
283
valYnoImports:Setting[Boolean] =BooleanSetting("-Yno-imports", "Compile without importing scala.*, java.lang.*, or Predef.")
284
+
valYimports:Setting[List[String]] =MultiStringSetting("-Yimports", helpArg="", "Custom root imports. If set, none of scala.*, java.lang.*, or Predef.* will be imported unless explicitly included.")
284
285
valYnoGenericSig:Setting[Boolean] =BooleanSetting("-Yno-generic-signatures", "Suppress generation of generic signatures for Java.")
285
286
valYnoPredef:Setting[Boolean] =BooleanSetting("-Yno-predef", "Compile without importing Predef.")
0 commit comments