nishtahir / language-kotlin

Textmate language grammar for the Kotlin programming language
Apache License 2.0
12 stars 6 forks source link

Suspend function is scoped as keyword. #45

Closed Animeshz closed 3 years ago

Animeshz commented 3 years ago
val suspendFunctionExample: suspend () -> Unit = suspend {

}

The suspend function from the stdlib is scoped as a keyword rather than a function.