You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the Hello, World! atom there's the following paragraph:
„Unlike some languages, you don’t need a semicolon at the end of an expression
in Kotlin. It’s only necessary if you put more than one expression on a single
line (this is discouraged).“
To be correct it should read statement instead of expression.