Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

distage: support Scala 3 trait constructors #2164

Open
neko-kai opened this issue Aug 10, 2024 · 0 comments
Open

distage: support Scala 3 trait constructors #2164

neko-kai opened this issue Aug 10, 2024 · 0 comments

Comments

@neko-kai
Copy link
Member

We should be able to generate TraitConstructors and FactoryConstructors for types of form X & Y where

trait X(val a: A) {
  def b: B
}
trait Y(val c: C)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: To do
Development

No branches or pull requests

1 participant