Is Kotlin grammar at <http://kotlinlang.org/docs/r...
# kontributors
v
Is Kotlin grammar at http://kotlinlang.org/docs/reference/grammar.html#when accurate? The compiler and IJ are OK with
when { true -> "" false -> "" else -> "" }
, while IMO it shouldn't be valid according to the grammar, because there are no semicolons or line brakes after `whenEntry`s. Please correct me if I'm wrong, or point me to the exact grammar, which I need for a fix.