Analysis API: remove KtTypeRendererOptions.renderTypeArguments as unused

This commit is contained in:
Ilya Kirillov
2021-11-22 14:36:36 +01:00
parent 1d1f5ace8f
commit 1335a2c3ab
2 changed files with 2 additions and 7 deletions
@@ -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.
*/