Skip to content

Instantly share code, notes, and snippets.

@kallentu
Last active December 19, 2019 17:26
Show Gist options
  • Save kallentu/8ff900e7c8dea98b27c031b76b959ad9 to your computer and use it in GitHub Desktop.
Save kallentu/8ff900e7c8dea98b27c031b76b959ad9 to your computer and use it in GitHub Desktop.
class Writer<in T> { /* ... */ }
main() {
Writer<int> intWriter = Writer<Object>();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment