<@U16CM33AB>: do it that way: ```when { sumValue i...
# getting-started
a
@holgerbrandl: do it that way:
Copy code
when {
sumValue is Int -> ...
sumValue == null -> ...
else -> ...
}