We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0709c53 commit 4fadfa8Copy full SHA for 4fadfa8
compiler/test/dotty/tools/vulpix/TestConfiguration.scala
@@ -66,7 +66,7 @@ object TestConfiguration {
66
val defaultOptions = TestFlags(basicClasspath, commonOptions)
67
val unindentOptions = TestFlags(basicClasspath, Array("-no-indent") ++ checkOptions ++ noCheckOptions ++ yCheckOptions)
68
val withCompilerOptions =
69
- defaultOptions.withClasspath(withCompilerClasspath).withRunClasspath(withCompilerClasspath)
+ defaultOptions.withClasspath(withCompilerClasspath).withRunClasspath(withCompilerClasspath) and "-Yexplicit-nulls"
70
lazy val withStagingOptions =
71
defaultOptions.withClasspath(withStagingClasspath).withRunClasspath(withStagingClasspath)
72
lazy val withTastyInspectorOptions =
0 commit comments