feat: Finish first patcher test

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

View File

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