We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec62e90 commit 534c649Copy full SHA for 534c649
compiler/test/dotty/tools/dotc/config/PropertiesTest.scala
@@ -3,6 +3,7 @@ package dotty.tools.dotc.config
3
import org.junit.Before
4
import org.junit.Test
5
import org.junit.Assert._
6
+import scala.language.unsafeNulls
7
8
class PropertiesTest {
9
final val TestProperty = "dotty.tools.dotc.config.PropertiesTest.__test_property__"
0 commit comments