Skip to content

Commit

Permalink
typo similar with ffa0574 (#596)
Browse files Browse the repository at this point in the history
  • Loading branch information
pxb1988 authored Aug 31, 2023
1 parent 2dd9290 commit 482af4a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -478,7 +478,7 @@ private static String mergeTypeEx(String a, String b) {
return b;
} else { // as==bs;
String elementTypeA = a.substring(as);
String elementTypeB = a.substring(bs);
String elementTypeB = b.substring(bs);
TypeClass ta = TypeClass.clzOf(elementTypeA);
TypeClass tb = TypeClass.clzOf(elementTypeB);
if (ta.fixed && !tb.fixed) {
Expand Down

0 comments on commit 482af4a

Please sign in to comment.