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,5 +3,5 @@
|
||||
|
||||
package testData.libraries
|
||||
|
||||
[[public abstract class AbstractClass public () {
|
||||
[[public abstract class AbstractClass public constructor() {
|
||||
}]]
|
||||
Reference in New Issue
Block a user