Analysis API: remove KtTypeRendererOptions.renderTypeArguments as unused
This commit is contained in:
-5
@@ -32,11 +32,6 @@ public data class KtTypeRendererOptions(
|
||||
*/
|
||||
public val renderUnresolvedTypeAsResolved: Boolean = true,
|
||||
|
||||
/**
|
||||
* Whether to render type arguments.
|
||||
*/
|
||||
public val renderTypeArguments: Boolean = true,
|
||||
|
||||
/**
|
||||
* Should annotations on types be rendered.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user