unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#24671: java-mode confused by non-trivial generics
@ 2016-10-12  0:23 Daniel Colascione
  2019-07-27 14:01 ` Lars Ingebrigtsen
       [not found] ` <mailman.2400.1564236126.2688.bug-gnu-emacs@gnu.org>
  0 siblings, 2 replies; 6+ messages in thread
From: Daniel Colascione @ 2016-10-12  0:23 UTC (permalink / raw)
  To: 24671

For the following code

    class Foo {
        public List<Class<? extends Bar<? extends Qux>>> getBars() {
            return null;
        }
    }

I expect the `<' and `>' to be assigned paren syntax, but they are not. Emacs
is latest master.





^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2019-07-28  9:43 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-10-12  0:23 bug#24671: java-mode confused by non-trivial generics Daniel Colascione
2019-07-27 14:01 ` Lars Ingebrigtsen
     [not found] ` <mailman.2400.1564236126.2688.bug-gnu-emacs@gnu.org>
2019-07-27 14:14   ` Alan Mackenzie
2019-07-27 15:11     ` Lars Ingebrigtsen
2019-07-27 16:36       ` Alan Mackenzie
2019-07-28  9:43         ` Lars Ingebrigtsen

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).