Details
Description
Kotlin 1.4 was released recently (August 17, 2020), we should update our parser in order to support the new syntax.
For example, trailing comma are not supported.
data class A constructor( private val a: Int = 12, private val b: Int = 12, ) {}
Attachments
Issue Links
- links to