fix: Only allow setting MethodFingerprint#result privately

BREAKING CHANGE: The `MethodFingerprint#result` member can now only be set inside `MethodFingerprint`.
This commit is contained in:
oSumAtrIX
2023-10-23 01:32:28 +02:00
parent 54a2f8f16f
commit aed1eac315
2 changed files with 1 additions and 1 deletions

View File

@@ -40,6 +40,7 @@ abstract class MethodFingerprint(
* The result of the [MethodFingerprint].
*/
var result: MethodFingerprintResult? = null
private set
/**
* Resolve a [MethodFingerprint] using the lookup map built by [initializeLookupMaps].