Adjust descriptor renderer to latest parsing changes
- `constructor` keyword expected in primary constructor with non-empty modifier list - annotation list should be preceeded by '@'
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
|
||||
package test
|
||||
|
||||
internal final enum class Enum private () : kotlin.Enum<test.Enum> {
|
||||
internal final enum class Enum private constructor() : kotlin.Enum<test.Enum> {
|
||||
A
|
||||
|
||||
B
|
||||
|
||||
Reference in New Issue
Block a user