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
#999 changed the way asSeenFrom works and it introduced a bug:
classContra[-T]
classFoo {
valfoo:Contra[this.type] =newContra[this.type]
}
objectTest {
deftest:Unit= {
vale1=newFoovalf1:Contra[Foo] = e1.foo // error, as expectedvare2=newFoovalf2:Contra[Foo] = e2.foo // should be an error but now succeeds
}
}
#999 changed the way
asSeenFrom
works and it introduced a bug:The problem is that we removed this line:
but
asSeenFrom#toPrefix
still assumes that the prefix is always legal when the map is null.The text was updated successfully, but these errors were encountered: