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 5bc2663 commit 40a2760Copy full SHA for 40a2760
tests/pos/i2906.scala
@@ -0,0 +1,6 @@
1
+enum Foo {
2
+ case A
3
+ private case B
4
+ @deprecated("Will be removed") case C
5
+ @deprecated("Will be removed") private case D
6
+}
0 commit comments