You’ll need to transform the short to an int with ...
# getting-started
d
You’ll need to transform the short to an int with
.toInt()
the reason is because the JVM has no short equality bytecode operator.