Files
kotlin-fork/idea/resources/inspectionDescriptions/LateinitVarOverridesLateinitVar.html
T
2019-06-17 01:28:55 +03:00

6 lines
254 B
HTML

<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>