Improve rendering of modifiers in DescriptorRenderer
* Use bold font to render all modifiers * Render 'external' according to the style guide, right after modality
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
package
|
||||
|
||||
public external final enum class E : kotlin.Enum<E> {
|
||||
public final external enum class E : kotlin.Enum<E> {
|
||||
enum entry X
|
||||
|
||||
enum entry Y
|
||||
|
||||
Reference in New Issue
Block a user