[FIR] Consistently use _function_ instead of _functional_ in names of classes and functions
This commit is contained in:
committed by
Space Team
parent
f268ab8858
commit
89c42e20c9
+1
-1
@@ -339,7 +339,7 @@ class FirVisualizer(private val firFile: FirFile) : BaseRenderer() {
|
||||
val projectionBuilder = StringBuilder()
|
||||
ConeTypeRendererForDebugging(projectionBuilder).renderAsPossibleFunctionType(
|
||||
this,
|
||||
{ it.functionalTypeKind(session) }
|
||||
{ it.functionTypeKind(session) }
|
||||
) {
|
||||
localTypeProjectionRenderer(projectionBuilder)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user