-
Notifications
You must be signed in to change notification settings - Fork 207
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add null-safety specification of super-bounded types (#1133)
Add null-safety specification of super-bounded types, and move helper predicates to the null safety spec. Change definition of super-bounded to treat "rest" positions same as covariant (typical effect: invariant type parameters and unused type parameters with an F-bound will no longer make the super-boundedness check on an i2b type fail).
- Loading branch information
Showing
2 changed files
with
122 additions
and
71 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters