Skip to content

Commit

Permalink
Add regression test (#18791)
Browse files Browse the repository at this point in the history
Closes #18789
  • Loading branch information
Decel authored Oct 30, 2023
2 parents c0eae68 + 5e07e67 commit 0f4ae05
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/pos/18789.scala
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
sealed trait TypeId:
case class Foo() extends TypeId

object TypeId {}

0 comments on commit 0f4ae05

Please sign in to comment.