Add "Constructor has non-null self reference parameter" inspection (KT-29799)

#KT-29799 Fixed
This commit is contained in:
Toshiaki Kameyama
2019-03-07 11:46:35 +03:00
committed by Nikolay Krasko
parent 6634d7ab15
commit bcfab83d1c
8 changed files with 104 additions and 0 deletions
@@ -0,0 +1,5 @@
<html>
<body>
This inspection reports constructor that has a non-null self reference parameter. A class with such a constructor can never be instantiated.
</body>
</html>