9c574469ca
It's needed for better recovering for cases of changes like 'class' -> 'object'
The only sensible case when it's may be bad:
class A {
object B
constructor() : super()
}
But it seems to be rare, and ';' can be used to separate object from secondary ctor
This module contains a semi-formal description of Kotlin grammar. It is processed by a tool to generate the Kotlin grammar specification on the Kotlin Web site.