bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#23053: 25.0.92; error in cc-mode when editing C# file with a generic


From: Jostein Kjønigsen
Subject: bug#23053: 25.0.92; error in cc-mode when editing C# file with a generic class inheritance
Date: Sun, 20 Mar 2016 21:57:17 +0100

Alan Mackenzie <acm <at> muc.de> wrote:
> Hello, Saulius.
> 
> Thanks for such an informative bug report.  Could you possibly tell me
> what major mode you're using (presumably some C# Mode) and where I can
> get a copy of it from, please.  That will enable me to reproduce the
> problem.
> 
> Thanks in advance!
> 
> -- 
> Alan Mackenzie (Nuremberg, Germany).

This bug was originally reproduced using csharp-mode as available on
MELPA and MARMALADE, but also on Github:

https://github.com/josteink/csharp-mode

This bug can also be reproduced using almost the exact same code in
other cc-mode derived modes like java-mode, which to my knowledge is
shipped as part of cc-mode itself:

    package Test

    public class A: B<T>
    {$

This is: You don't need third-party code to reproduce this error.

Hope this helps.

--
Jostein Kjønigsen





reply via email to

[Prev in Thread] Current Thread [Next in Thread]