forked from openrs2/openrs2
Fixes a problem where `Constructor<?> var0 = clazz.getDeclaredConstructor(); return var0.newInstance();` was transformed to `Constructor<?> var0 = clazz.getDeclaredConstructor(); return var0.getDeclaredConstructor().newInstance();` Signed-off-by: Desetude <harry@desetude.com>
parent
fc718a7672
commit
ce5a0464c7
Loading…
Reference in new issue