-
Notifications
You must be signed in to change notification settings - Fork 44
Subtyping rules for array types #65
Copy link
Copy link
Closed
Labels
designAn issue that is resolved by making a decision, about whether and how something should work.An issue that is resolved by making a decision, about whether and how something should work.nullnessFor issues specific to nullness analysis.For issues specific to nullness analysis.
Milestone
Metadata
Metadata
Assignees
Labels
designAn issue that is resolved by making a decision, about whether and how something should work.An issue that is resolved by making a decision, about whether and how something should work.nullnessFor issues specific to nullness analysis.For issues specific to nullness analysis.
I presume that we'll follow Java's precedent, which would let "array of non-
nullstrings" be assigned to "array of possiblynullstrings," even though that's unsound.