FIR light tree: add forgotten default bound for type parameters
This commit is contained in:
+2
@@ -1268,6 +1268,8 @@ class DeclarationsConverter(
|
|||||||
firTypeParameter.annotations += typeParameterModifiers.annotations
|
firTypeParameter.annotations += typeParameterModifiers.annotations
|
||||||
firType?.let { firTypeParameter.bounds += it }
|
firType?.let { firTypeParameter.bounds += it }
|
||||||
|
|
||||||
|
firTypeParameter.addDefaultBoundIfNecessary()
|
||||||
|
|
||||||
return firTypeParameter
|
return firTypeParameter
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user