Add Inspection for lateinit var overrides another lateinit var

#KT-30775 Fixed
This commit is contained in:
Toshiaki Kameyama
2019-05-29 03:44:54 +03:00
committed by Mikhail Glukhikh
parent fbd992f8c7
commit 4b4be07942
8 changed files with 100 additions and 0 deletions
@@ -0,0 +1,6 @@
<html>
<body>
This inspection reports when one lateinit var property overrides another lateinit var property.
An instance of a subclass will have two fields for the single property and the one from a superclass remains effectively unused.
</body>
</html>