Files
kotlin-fork/idea/resources/inspectionDescriptions/AddVarianceModifier.html
T
2016-04-05 17:47:29 +03:00

7 lines
196 B
HTML

<html>
<body>
This inspection reports type parameters that can have 'in' or 'out' variance added.
Usage of 'in' and 'out' variances leads to more precise type inference in Kotlin.
</body>
</html>