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

Remove an abstract def that shadows a concrete def in SetTest. #4135

Merged
merged 1 commit into from
Jul 26, 2020

Conversation

sjrd
Copy link
Member

@sjrd sjrd commented Jul 26, 2020

The abstract def SetFactory.allowsNullElement shadowed the concrete def of the same name in CollectionFactory. This is not allowed in Dotty anymore:
scala/scala3#4770

Since this is not necessary in our tests, there is no point in leaving that abstract def.

The abstract def SetFactory.allowsNullElement shadowed the concrete
def of the same name in CollectionFactory. This is not allowed in
Dotty anymore:
scala/scala3#4770

Since this is not necessary in our tests, there is no point in
leaving that abstract def.
@sjrd sjrd requested a review from gzm0 July 26, 2020 16:08
@sjrd sjrd merged commit 7baff3a into scala-js:master Jul 26, 2020
@sjrd sjrd deleted the remove-problematic-abstract-for-dotty branch October 28, 2020 14:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants