diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2025-09-21 16:28:57 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2025-09-21 16:28:57 -0400 |
| commit | fd74479a2bf2e4ccc35d1c2fa206de8f28be1e54 (patch) | |
| tree | 0cdf5c4659264b612b5f3fbb4ce6a3b11dd736f5 /test/serialization.tm | |
| parent | 92185a002a2e8b669add454a945c0ecdc0904993 (diff) | |
Deprecate optional '?' postfix operator
Diffstat (limited to 'test/serialization.tm')
| -rw-r--r-- | test/serialization.tm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/serialization.tm b/test/serialization.tm index e2fa38a3..0e5be1ae 100644 --- a/test/serialization.tm +++ b/test/serialization.tm @@ -62,7 +62,7 @@ func main() assert deserialize(bytes -> MyEnum) == obj do - >> obj := "Hello"? + >> obj : Text? = "Hello" >> bytes := obj.serialized() assert deserialize(bytes -> Text?) == obj |
