Skip to content

Instantly share code, notes, and snippets.

Created November 8, 2012 02:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/4036089 to your computer and use it in GitHub Desktop.
Save anonymous/4036089 to your computer and use it in GitHub Desktop.
compile:
[javac] Compiling 6 source files to classes
[javac] src/com/flurry/example/CompileMe.java:9: incomparable types: com.flurry.example.Parameterized<T> and com.flurry.example.Parameterized<com.flurry.example.Thing>
[javac] if (parameterized == Parameterized.THING)
[javac] ^
[javac] 1 error
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment