[AA LC] Map kotlin collections to java in bounds of type parameters
This commit is contained in:
+1
-1
@@ -71,7 +71,7 @@ internal class SymbolLightTypeParameter(
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
.mapNotNull {
|
.mapNotNull {
|
||||||
mapSuperType(it, this@SymbolLightTypeParameter, kotlinCollectionAsIs = true)
|
mapSuperType(it, this@SymbolLightTypeParameter)
|
||||||
}
|
}
|
||||||
.forEach { listBuilder.addReference(it) }
|
.forEach { listBuilder.addReference(it) }
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user