Unused symbol: don't report for finalize() method #KT-13311 Fixed

This commit is contained in:
Toshiaki Kameyama
2018-11-08 17:13:29 +09:00
committed by Mikhail Glukhikh
parent 503f061c8c
commit e903b2f92a
5 changed files with 33 additions and 16 deletions
@@ -0,0 +1,4 @@
class C {
protected fun finalize() {
}
}
@@ -87,4 +87,13 @@
<problem_class severity="WARNING" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">Unused symbol</problem_class>
<description>Function &quot;foo&quot; is never used</description>
</problem>
<problem>
<file>finalize.kt</file>
<line>1</line>
<module>light_idea_test_case</module>
<entry_point TYPE="file" FQNAME="temp:///src/finalize.kt" />
<problem_class severity="WARNING" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">Unused symbol</problem_class>
<description>Class "C" is never used</description>
</problem>
</problems>