Hacker News new | ask | show | jobs
by tomp 4241 days ago
How does a type system introduce mistakes? Unless it's unsound, of course (as is Java's and Dart's).
1 comments

Java's type system is sound. There are even machine-verified proofs of this.
Oops, you're right. I thought you could override methods with more specific argument types, but it appears I was wrong.