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

type Self for trait B { self: C => #29

Open
DmytroMitin opened this issue Sep 10, 2019 · 1 comment
Open

type Self for trait B { self: C => #29

DmytroMitin opened this issue Sep 10, 2019 · 1 comment
Labels
enhancement New feature or request macros question Further information is requested

Comments

@DmytroMitin
Copy link
Owner

Think whether for

trait B { self: C =>
}

type Self should be

type Self >: self.type <: B with C { type This = self.This }
@DmytroMitin DmytroMitin added enhancement New feature or request question Further information is requested macros labels Sep 10, 2019
@DmytroMitin
Copy link
Owner Author

C with B because C can be class

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request macros question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant