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

This commit is contained in:
Toshiaki Kameyama
2018-11-08 13:13:40 +09:00
committed by Mikhail Glukhikh
parent b935f52a63
commit 0bfcfb5716
2 changed files with 17 additions and 4 deletions
@@ -0,0 +1,4 @@
class C {
protected fun finalize() {
}
}