[Decompiled LC] restore missed ^IDEA-286315 fix during Decompiled LC migration to the kotlin repo
^IDEA-297478 fixed
This commit is contained in:
+2
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user