Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(decl): Don't constrain
!new_object
type hints any more
The `len() == 1` constraint was introduced during v0.5.x days, when `NewObject` actually allowed more than one type hint. Now that the type hint is a single string instead of a list of strings, this constraint needs to be lifted.
- Loading branch information