fix: Correct incorrect fingerprint
This commit is contained in:
parent
56b7ba9ba7
commit
5f0541407c
1 changed files with 0 additions and 1 deletions
|
|
@ -82,7 +82,6 @@ internal val homeStructureGetSectionsFingerprint = fingerprint {
|
||||||
}
|
}
|
||||||
|
|
||||||
internal fun reactivexFunctionApplyWithClassInitFingerprint(className: String) = fingerprint {
|
internal fun reactivexFunctionApplyWithClassInitFingerprint(className: String) = fingerprint {
|
||||||
accessFlags(AccessFlags.PUBLIC)
|
|
||||||
returns("Ljava/lang/Object;")
|
returns("Ljava/lang/Object;")
|
||||||
parameters("Ljava/lang/Object;")
|
parameters("Ljava/lang/Object;")
|
||||||
custom { method, _ -> method.name == "apply" && method.indexOfFirstInstruction {
|
custom { method, _ -> method.name == "apply" && method.indexOfFirstInstruction {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue