We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49f4570 commit 5d996deCopy full SHA for 5d996de
src/main/kotlin/app/revanced/patcher/patch/BytecodePatchContext.kt
@@ -80,7 +80,7 @@ class BytecodePatchContext internal constructor(private val config: PatcherConfi
80
*
81
* @throws IllegalStateException If the [Fingerprint] has not been matched.
82
*/
83
- operator fun Fingerprint.getValue(nothing: Nothing?, property: KProperty<*>): Match = _match
+ operator fun Fingerprint.getValue(nothing: Nothing?, property: KProperty<*>): Match = match
84
?: throw PatchException("No fingerprint match to delegate to \"${property.name}\".")
85
86
/**
0 commit comments