dotty-feature-requests icon indicating copy to clipboard operation
dotty-feature-requests copied to clipboard

Make case classes final

Open Odomontois opened this issue 5 years ago • 1 comments

If a case class definition does not have additional modifiers such as abstract or sealed make it final by default.

Odomontois avatar Dec 16 '19 12:12 Odomontois

This will become even more practical as soon as we have the open modifier proposed here: https://contributors.scala-lang.org/t/sip-make-classes-sealed-by-default/3767

LPTK avatar Dec 16 '19 13:12 LPTK