aack i just got let down by kotlin inferencing: ``...
# announcements
g
aack i just got let down by kotlin inferencing:
Copy code
evaluable.staticallyUsedIdentifiers - availableInputVars - availableOutputs
where evaluable.staticallyUsedIdentifiers is List<String>, availableInputVars is List<String>, and availableOutputs is List<*DomainModel*> doing some alt+enter'ing gives me:
Copy code
(evaluable.staticallyUsedIdentifiers - availableInputVars).minus<Serializable>(availableOutputs)
so kotlin was satisfied by
Set<Serializable>
for this expression. feels bad.