refactor: remove unnecessary annotation

This commit is contained in:
oSumAtrIX 2023-08-02 00:12:24 +02:00
parent fae4029cfc
commit 9755bab298
No known key found for this signature in database
GPG key ID: A9B3094ACDB604B4

View file

@ -321,7 +321,6 @@ object InstructionExtensions {
* @param T The type of instruction to return.
* @return The instruction.
*/
@Suppress("UNCHECKED_CAST")
fun <T> MutableMethod.getInstruction(index: Int): T = implementation!!.getInstruction<T>(index)
/**