Introduce "Delegate to 'var' property" inspection #KT-26724 Fixed
This commit is contained in:
committed by
Mikhail Glukhikh
parent
17d740a373
commit
0fcd1a2072
@@ -0,0 +1,6 @@
|
||||
<html>
|
||||
<body>
|
||||
This inspection reports delegation to <b>var</b> property.
|
||||
In fact, only starting value of <b>var</b> property is used for delegation so it's not recommended to do so.
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user