Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

"final" keyword not highlighted in the context of functions #199

@DanielJamesCollier

Description

@DanielJamesCollier

Version: Version 1.8.1 (1.8.1)
OS: MacOS Sierra 10.12.2

The final keyword after scatter() should be highlighted.

screen shot 2017-02-02 at 16 15 09

class Material {
    virtual bool scatter() = 0;
}

class Lambert : public Material {
    
    virtual void scatter() final {

    }
}

possibly related
#81

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions