Add variance (in / out) modifier inspection #KT-11090 Fixed

This commit is contained in:
Mikhail Glukhikh
2016-04-01 17:59:47 +03:00
parent 7c02a1eaad
commit 1b9c6e0ea2
15 changed files with 224 additions and 2 deletions
@@ -0,0 +1,6 @@
<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>