sublime-cpp11 icon indicating copy to clipboard operation
sublime-cpp11 copied to clipboard

'final' modifier on class not highlighted

Open kjteske opened this issue 8 years ago • 0 comments

In example below, the 'final' attached to method() is highlighted, but the 'final' on class foo is not.

class foo final { void method() final; };

kjteske avatar Mar 04 '17 18:03 kjteske