feat: Finish first patcher test

This commit is contained in:
oSumAtrIX
2022-04-06 23:10:52 +02:00
parent d5e694c306
commit a9e4e8ac32
6 changed files with 91 additions and 47 deletions

View File

@@ -55,4 +55,4 @@ class MutableMethod(method: Method) : Method, BaseMethodReference() {
return MutableMethod(this)
}
}
}
}