Y
Hacker News
new
|
ask
|
show
|
jobs
by
moring
133 days ago
Did you mean arrays instead of lists? Arrays behave as you describe (with ArrayStoreException when you write a wrong value to an array). List<> is invariant WRT its type parameter.
1 comments
hmry
133 days ago
Yeah, sorry, you're right. I have edited my comment. Thanks for the correction!
link