Skip to content

Latest commit

 

History

History
167 lines (152 loc) · 12.1 KB

keyword-reference.md

File metadata and controls

167 lines (152 loc) · 12.1 KB

Hard keywords

The following tokens are always interpreted as keywords and cannot be used as identifiers:

Soft keywords

The following tokens act as keywords in the context when they are applicable and can be used as identifiers in other contexts:

Modifier keywords

The following tokens act as keywords in modifier lists of declarations and can be used as identifiers in other contexts:

Special identifiers

The following identifiers are defined by the compiler in specific contexts and can be used as regular identifiers in other contexts:

Operators and special symbols

Kotlin supports the following operators and special symbols: