Minor fixes: can be constructor property
(cherry picked from commit 4d44e15)
This commit is contained in:
committed by
Mikhail Glukhikh
parent
8d2389d15c
commit
4145e3438f
+2
-2
@@ -5,7 +5,7 @@
|
||||
<module>light_idea_test_case</module>
|
||||
<entry_point TYPE="file" FQNAME="temp:///src/properties.kt" />
|
||||
<problem_class severity="WARNING" attribute_key="WARNING_ATTRIBUTES">Property is explicitly assigned to constructor parameter</problem_class>
|
||||
<description>Property is explicitly assigned by parameter simple, can be declared directly in constructor</description>
|
||||
<description>Property is explicitly assigned to parameter simple, can be declared directly in constructor</description>
|
||||
</problem>
|
||||
<problem>
|
||||
<file>properties.kt</file>
|
||||
@@ -13,6 +13,6 @@
|
||||
<module>light_idea_test_case</module>
|
||||
<entry_point TYPE="file" FQNAME="temp:///src/properties.kt" />
|
||||
<problem_class severity="WARNING" attribute_key="WARNING_ATTRIBUTES">Property is explicitly assigned to constructor parameter</problem_class>
|
||||
<description>Property is explicitly assigned by parameter withType, can be declared directly in constructor</description>
|
||||
<description>Property is explicitly assigned to parameter withType, can be declared directly in constructor</description>
|
||||
</problem>
|
||||
</problems>
|
||||
Reference in New Issue
Block a user