refactor: Optimize Signature class (#11)

BREAKING CHANGE: Array<Int> was changed to IntArray. This breaks existing patches.
This commit is contained in:
Lucaskyy
2022-03-23 20:00:35 +01:00
parent 3ab42a932c
commit 49beec9fc6
3 changed files with 3 additions and 3 deletions

View File

@@ -38,7 +38,7 @@ internal class PatcherTest {
Type.VOID_TYPE,
ACC_PUBLIC or ACC_STATIC,
arrayOf(ExtraTypes.ArrayAny),
arrayOf(
intArrayOf(
LDC,
INVOKEVIRTUAL
)