mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-03-10 08:31:29 +00:00
[Commonizer] approximationKeys: Fix closing ] for type parameter types' upper bounds
This commit is contained in:
committed by
Space
parent
daa046589e
commit
17ed498390
@@ -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