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 c0eae68 commit 5e07e67Copy full SHA for 5e07e67
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