sbt / contraband

http://www.scala-sbt.org/contraband/
Other
69 stars 22 forks source link

Allow sealed interface #154

Open nkravirh opened 3 years ago

nkravirh commented 3 years ago

Interfaces are translated to Abstract classes. Is it possible to have sealed abstract class and all it's implementation in same file?