Skip to content

Commit

Permalink
Progress
Browse files Browse the repository at this point in the history
  • Loading branch information
dstepanov committed Nov 23, 2024
1 parent 4b55a81 commit 7e79c93
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1014,6 +1014,7 @@ private void pushExpressionNoCast(GeneratorAdapter generatorAdapter,
} else {
superClass = aSuper.type();
}
methodOwnerType = TypeUtils.getType(superClass, context.objectDef);
generatorAdapter.visitMethodInsn(
INVOKESPECIAL,
methodOwnerType.getSort() == Type.ARRAY ? methodOwnerType.getDescriptor() : methodOwnerType.getInternalName(),
Expand Down

0 comments on commit 7e79c93

Please sign in to comment.