We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d944b61 commit 90cacadCopy full SHA for 90cacad
tests/init-global/pos-tasty/test-safe-value.scala
@@ -0,0 +1,7 @@
1
+package scala.collection.immutable
2
+
3
+object A { // These are a safe values, so no warning should be emitted
4
+ Node.HashCodeLength
5
+ Node.BitPartitionSize
6
+ Node.MaxDepth
7
+}
0 commit comments