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
-1
@@ -15,7 +15,7 @@ package foo {
|
||||
public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String
|
||||
}
|
||||
|
||||
@kotlin.js.JsNonModule public external open class B {
|
||||
@kotlin.js.JsNonModule public open external class B {
|
||||
public constructor B()
|
||||
public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean
|
||||
public final fun foo(): kotlin.Int
|
||||
|
||||
Reference in New Issue
Block a user