Skip to main content

KOTLIN_HARD_KEYWORDS

Constant KOTLIN_HARD_KEYWORDS 

Source
pub const KOTLIN_HARD_KEYWORDS: &[&str];
Expand description

Kotlin’s hard keywords — reserved everywhere, so never usable as a plain identifier. Soft and modifier keywords (data, value, inline, operator, …) are contextual and are valid identifiers, so they are deliberately absent.