java.tmbundle
java.tmbundle copied to clipboard
void keyword as a method return value is not highlighted as a keyword
Consider the following:
public static void consume(String consumed) {
consumed.concat("a");
}
It is expected that void is highlighted as it is a reserved Java keyword, much like static preceding it.