mirror of
https://github.com/revanced/smali.git
synced 2025-05-03 16:14:29 +02:00
Fix the missing return type for method references
This commit is contained in:
parent
d23b567c2b
commit
0033480503
@ -279,6 +279,7 @@ public class DexBuffer {
|
||||
}
|
||||
|
||||
sb.append(")");
|
||||
sb.append(returnType);
|
||||
return sb.toString();
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user