Doesn't work with angle brackets (< and >)
-
I had this sentence:
That means that a class with methods
popFirst(Derp<T> derp)
andpopFirst(Derp derp)
won’t compileUnfortunately, when I highlighted
popFirst(Derp<T> derp)
, it ate the<T>
section.
- The topic ‘Doesn't work with angle brackets (< and >)’ is closed to new replies.