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 c0eae68 + 5e07e67 commit 0f4ae05Copy full SHA for 0f4ae05
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