Skip to content

Commit

Permalink
fix parse ReturnType
Browse files Browse the repository at this point in the history
  • Loading branch information
firmianay committed Nov 14, 2023
1 parent 22dffd8 commit a341df3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/kotlin/net/bytedance/security/app/util/helper.kt
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,8 @@ fun newFunctionSignature(methodSig: String): FunctionSignature {
s = ""
}

MethodSignatureParseState.ReturnType -> {}

else -> exitProcess(-8)
}
}
Expand Down

0 comments on commit a341df3

Please sign in to comment.