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
@@ -5,7 +5,7 @@ public external val boo: kotlin.Int
|
||||
public external fun bar(): kotlin.Unit
|
||||
public external fun foo(): kotlin.Unit
|
||||
|
||||
public external final class C {
|
||||
public final external class C {
|
||||
public constructor C()
|
||||
public final val baz: kotlin.Int
|
||||
public final val boo: kotlin.Int
|
||||
|
||||
Reference in New Issue
Block a user