FIR: Properly deserialize upper bounds of classes type parameters
^KT-46661 Fixed
This commit is contained in:
committed by
teamcityserver
parent
858e3584a9
commit
d4586cefb4
+1
-1
@@ -80,7 +80,7 @@ class FirTypeDeserializer(
|
||||
for ((index, proto) in typeParameterProtos.withIndex()) {
|
||||
val builder = builders[index]
|
||||
builder.apply {
|
||||
proto.upperBoundList.mapTo(bounds) {
|
||||
proto.upperBounds(typeTable).mapTo(bounds) {
|
||||
buildResolvedTypeRef { type = type(it) }
|
||||
}
|
||||
addDefaultBoundIfNecessary()
|
||||
|
||||
Reference in New Issue
Block a user