micropython: add micropython component
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
# test bytes + bytearray
|
||||
|
||||
print(b"123" + bytearray(2))
|
||||
|
||||
print(b"" + bytearray(1)) # LHS is empty but can't be optimised
|
Reference in New Issue
Block a user