Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[SingletonQuery] correct superclass typing
I had misinterpreted the pattern type for this query to be 'NoReturn', thinking that it accepted no pattern at all (even so, I should have typed it as 'None'). However, it does accept a pattern, and uses it to decide whether to select only singletons or none at all. See <beetbox#5282 (comment)>.
- Loading branch information