File tree 2 files changed +2
-2
lines changed
library/src/scala/runtime/stdLibPatches
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ object language:
96
96
* @see [[https://dotty.epfl.ch/docs/reference/experimental/into-modifier ]]
97
97
*/
98
98
@ compileTimeOnly(" `namedTuples` can only be used at compile time in import statements" )
99
- object namedTupleas
99
+ object namedTuples
100
100
101
101
/** Experimental support for new features for better modularity, including
102
102
* - better tracking of dependencies through classes
Original file line number Diff line number Diff line change @@ -881,7 +881,7 @@ object Build {
881
881
882
882
lazy val nonBootstrappedDottyCompilerSettings = commonDottyCompilerSettings ++ Seq (
883
883
// FIXME revert this to commonDottyCompilerSettings, when we bump reference version to 3.5.0
884
- scalacOptions += " -Ysafe -init" ,
884
+ scalacOptions += " -Wsafe -init" ,
885
885
// packageAll packages all and then returns a map with the abs location
886
886
packageAll := Def .taskDyn { // Use a dynamic task to avoid loops when loading the settings
887
887
Def .task {
You can’t perform that action at this time.
0 commit comments