Add "Constructor has non-null self reference parameter" inspection (KT-29799)
#KT-29799 Fixed
This commit is contained in:
committed by
Nikolay Krasko
parent
6634d7ab15
commit
bcfab83d1c
@@ -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>
|
||||
Reference in New Issue
Block a user