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.
2 parents c9c4a23 + 96b22a0 commit 52269f2Copy full SHA for 52269f2
tests/pos/i7734.scala
@@ -0,0 +1,3 @@
1
+enum A(a: Double, t: Int*) extends java.lang.Enum[A] {
2
+ case B extends A(10)
3
+}
0 commit comments