We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd86f7a commit 406a12eCopy full SHA for 406a12e
1 file changed
java/kotlin-extractor/src/main/kotlin/KotlinFileExtractor.kt
@@ -5794,9 +5794,6 @@ open class KotlinFileExtractor(
5794
5795
fun findOverriddenAttributes(f: IrFunction) =
5796
stack.lastOrNull { it.first == f } ?.second
5797
-
5798
- fun findFirst(f: (Pair<IrDeclaration, OverriddenFunctionAttributes?>) -> Boolean) =
5799
- stack.findLast(f)
5800
}
5801
5802
data class OverriddenFunctionAttributes(
0 commit comments