Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Tweak refineUsingParent drop conditions
In tests/pos/i21790.scala, O.A has no class symbol, because it's an inaccessible private class of S. But in tests/warn/i21860.scala, Shape.Triangle doesn't have a "classSymbol" because it has multiple - Shape and Corners. So use .classSymbols.isEmpty instead of !.classSymbol.exists
- Loading branch information