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

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

bug#18378: wrong fontification of Java code


From: Paul Pogonyshev
Subject: bug#18378: wrong fontification of Java code
Date: Mon, 1 Sep 2014 11:48:14 +0200

class X
{
    public void x ()
    {
        for (int this_is_not_a_function_name : getX ()) {
        }
    }
}

In current trunk (compiled five minutes ago) 'this_is_not_a_function_name' above is fontified as a function name. This seems to depend on whether I have '()' after 'getX' or not.

Paul

reply via email to

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