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 4fc36bc + e2a2803 commit 7efd518Copy full SHA for 7efd518
tests/pos/18789.scala
@@ -0,0 +1,4 @@
1
+sealed trait TypeId:
2
+ case class Foo() extends TypeId
3
+
4
+object TypeId {}
0 commit comments