in reply to inline::java Generics won't compile

What is a "Lomg"?


Dave

Replies are listed 'Best First'.
Re^2: inline::java Generics won't compile
by The_Dj (Scribe) on Jul 09, 2013 at 05:39 UTC
    Typo of "Long"
    Corrected,but the fault persists.
    "Long" is used elsewhere with no problems.
    I've tried with Map<int,int> ... to confirm it's nothing to do with the data types. The same error gets reported.
    (I typed that line for this post. My actual code is using some custom types, but i don't want that to confuse the issue)