Is there no literals for `Short`? In other words, ...
# announcements
a
Is there no literals for
Short
? In other words, we aren't able to make compile time constants for Shorts?
e
there's no literal syntax,
0.toShort()
is recognized by the compiler as a compile-time constant
a
Ohh, thanks! I didn't realized it, since it doesn't work for
String.trimMargin()
😛
e