Skip to content

Instantly share code, notes, and snippets.

@kiris
Created October 22, 2011 09:52
Show Gist options
  • Save kiris/1305828 to your computer and use it in GitHub Desktop.
Save kiris/1305828 to your computer and use it in GitHub Desktop.
crash the dart compiler!
class A<T> {}
class C<T extends T> extends A<T> {}
main() {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment