7d339d27627d ^
1 2 3 4 5 6
# String coercions when using builtins.toJSON on an attribute set with # a `__toString` attribute should be weak. builtins.toJSON { __toString = self: self.x; x = 42; }