chore: remove todo

This commit is contained in:
Lucaskyy 2022-04-14 18:23:26 +02:00 committed by oSumAtrIX
parent c21e5affba
commit 6ca05769ef
No known key found for this signature in database
GPG key ID: A9B3094ACDB604B4

View file

@ -21,7 +21,7 @@ class MethodSignature(
/**
* The result of the signature
*/
var result: SignatureResolverResult? = null // TODO: figure out how to get rid of nullable
var result: SignatureResolverResult? = null
get() {
return field ?: throw MethodNotFoundException(
"Could not resolve required signature ${metadata.name}"