[Decompiled LC] restore missed ^IDEA-286315 fix during Decompiled LC migration to the kotlin repo

^IDEA-297478 fixed
This commit is contained in:
Ilya Kirillov
2022-08-09 11:53:29 +02:00
committed by teamcity
parent 1502e6628b
commit 7441388f9d
@@ -101,6 +101,8 @@ class KtLightMethodForDecompiledDeclaration(
override fun toString(): String = "${this.javaClass.simpleName} of $funParent"
override fun isValid(): Boolean = parent.isValid
override fun getOriginalElement() = funDelegate
}
private fun KtLightMethod.checkIsMangled(): Boolean {