You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Type argument Test.this.A does not conform to upper bound M1.this.A
Expectation
No error.
If the bound T<:A is in a function rather than a trait, compiles. If export is replaced by import, compiles. If F is defined in M2, compiles. If F is a class rather than a trait, does not compile
The text was updated successfully, but these errors were encountered:
This issue was picked for the Issue Spree No. 37 of 03 October 2023 which takes place in 7 days. @mbovel, @iusildra, @hamzaremmal, @jan-pieter will be working on it. If you have any insight into the issue or guidance on how to fix it, please leave it here.
Compiler version
3.3.1, 3.2.1
Minimized code
Output
Expectation
No error.
If the bound T<:A is in a function rather than a trait, compiles. If export is replaced by import, compiles. If F is defined in M2, compiles. If F is a class rather than a trait, does not compile
The text was updated successfully, but these errors were encountered: