From: Daniel Colascione <dancol@dancol.org>
To: 24671@debbugs.gnu.org
Subject: bug#24671: java-mode confused by non-trivial generics
Date: Tue, 11 Oct 2016 17:23:56 -0700 [thread overview]
Message-ID: <r025fuo2fm8z.fsf@dancol.org> (raw)
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.
next reply other threads:[~2016-10-12 0:23 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-10-12 0:23 Daniel Colascione [this message]
2019-07-27 14:01 ` bug#24671: java-mode confused by non-trivial generics 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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=r025fuo2fm8z.fsf@dancol.org \
--to=dancol@dancol.org \
--cc=24671@debbugs.gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.