pub const FINAL: &'static [u8] = b"final";
The FINAL token.
FINAL
Represent a final entity, e.g. final class C { … }.
final class C { … }