Is there any reason for the first one being possib...
# getting-started
j
Is there any reason for the first one being possible but not the second one? Is this a limitation of the syntax?
1
(the
suspend
keyword is not useful here, but in my real use case I make an HTTP request)
e
that is probably resolving to the stdlib function (not a keyword in that position) https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/suspend.html
j
yeah, that’s what I thought, Intellij is missleading here with its syntax highlighting
thank you