Join Slack
Communities
Powered by
Looking at the bytecode inspector, the result of `...
# random
d
dalexander
01/06/2017, 2:59 PM
Looking at the bytecode inspector, the result of
val b: Byte = 1
is the same as
val b = 1
, so I’m not sure if it’s actually doing anything?
Open in Slack
Previous
Next