Fix rendering of type aliases
- render 'actual' modifier if it's present - do not render a space after type parameter list
This commit is contained in:
Vendored
+1
-1
@@ -39,5 +39,5 @@ public open class Outer</*0*/ X, /*1*/ Y> {
|
||||
public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int
|
||||
public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String
|
||||
}
|
||||
public typealias Alias</*0*/ W> /*captured type parameters: /*1*/ X, /*2*/ Y*/ = kotlin.collections.Map<W, X>
|
||||
public typealias Alias</*0*/ W> /*captured type parameters: /*1*/ X, /*2*/ Y*/ = kotlin.collections.Map<W, X>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user