[Commonizer] approximationKeys: Fix closing ] for type parameter types' upper bounds
This commit is contained in:
committed by
Space
parent
daa046589e
commit
17ed498390
+1
-1
@@ -164,8 +164,8 @@ private fun StringBuilder.appendTypeParameterTypeApproximationSignature(
|
||||
appendTypeApproximationSignature(context, upperBound)
|
||||
if (index != typeParameter.upperBounds.lastIndex) append(", ")
|
||||
}
|
||||
append("]")
|
||||
}
|
||||
append("]")
|
||||
if (type.isMarkedNullable) append("?")
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user