Skip to content

void keyword as a method return value is not highlighted as a keyword #68

@RMSD

Description

@RMSD

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions