[AA] Clean up typos in KtTypeRenderer.
This commit is contained in:
committed by
Ilya Kirillov
parent
eccbc66581
commit
cd61f545a8
+1
-1
@@ -25,7 +25,7 @@ open class KtRendererProviderImpl(
|
||||
|
||||
override fun renderType(type: KtType, renderer: KtTypeRenderer, position: Variance): String {
|
||||
return with(analysisSession) {
|
||||
val approximatedType = KtRendererTypeApproximator.TO_DENNOTABLE.approximateType(type, position)
|
||||
val approximatedType = KtRendererTypeApproximator.TO_DENOTABLE.approximateType(type, position)
|
||||
prettyPrint { renderer.renderType(approximatedType, this) }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user