Skip to content

Commit

Permalink
fix: null check causing an exception
Browse files Browse the repository at this point in the history
Signed-off-by: oSumAtrIX <johan.melkonyan1@web.de>
  • Loading branch information
oSumAtrIX committed Jun 5, 2022
1 parent c55c62a commit 338bd9f
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ internal class SignatureResolver(
fun resolve() {
for ((index, classDef) in classes.withIndex()) {
for (signature in methodSignatures) {
if (signature.result != null) continue

for (method in classDef.methods) {
val patternScanData = compareSignatureToMethod(signature, method) ?: continue

Expand Down

0 comments on commit 338bd9f

Please sign in to comment.