FIR light tree: add forgotten default bound for type parameters

This commit is contained in:
Mikhail Glukhikh
2019-12-18 13:52:56 +03:00
parent ebb1ca7cd9
commit 7ba0a11f43
@@ -1268,6 +1268,8 @@ class DeclarationsConverter(
firTypeParameter.annotations += typeParameterModifiers.annotations
firType?.let { firTypeParameter.bounds += it }
firTypeParameter.addDefaultBoundIfNecessary()
return firTypeParameter
}