i just did `array[0] = 0x42` here: ```array.putSh...
# kotlintest
b
i just did
array[0] = 0x42
here:
Copy code
array.putShort(0, expectedShort)
array[0] = 0x42
array should haveSameContentAs(buf)