We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9023d5 commit 4ba1cf6Copy full SHA for 4ba1cf6
tests/pos/i5827.scala
@@ -1 +1,3 @@
1
-case class Foo protected(a: Int)
+case class Foo protected(a: Int)
2
+
3
+case class Bar private(a: Int)
0 commit comments