[AA LC] Map kotlin collections to java in bounds of type parameters

This commit is contained in:
Dmitriy Novozhilov
2022-08-10 13:44:27 +03:00
parent e6092e2dff
commit 3b87a9f354
@@ -71,7 +71,7 @@ internal class SymbolLightTypeParameter(
}
}
.mapNotNull {
mapSuperType(it, this@SymbolLightTypeParameter, kotlinCollectionAsIs = true)
mapSuperType(it, this@SymbolLightTypeParameter)
}
.forEach { listBuilder.addReference(it) }