Files
kotlin-fork/idea/resources/inspectionDescriptions/AddVarianceModifier.html
T

7 lines
213 B
HTML

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