You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I appear to be able to set a null key in a map, however I can't use .get to retrieve it
******************************************************************************
Class 'Null_' does not have any method 'hash-code'.
0: HashedInsertionOrderedCollection_.hash-code_ <sdk>/core/collections.toit:2188:16
1: HashedInsertionOrderedCollection_.find_ <sdk>/core/collections.toit:2303:13
2: Map.[]= <sdk>/core/collections.toit:2858:15
3: Header.STATUS-MAP <pkg:lightbug>/protocol/Header.toit:32:11
As I can set a bull key, I'd expect to be able to .get it
The text was updated successfully, but these errors were encountered:
I appear to be able to set a null key in a map, however I can't use
.get
to retrieve itAs I can set a bull key, I'd expect to be able to
.get
itThe text was updated successfully, but these errors were encountered: