mirror of
https://github.com/enso-org/enso.git
synced 2024-11-23 08:08:34 +03:00
2d29456ed1
Closes #5113 Fixes a bug where read-only files would be overwritten if File.write was used in backup mode, and added tests to avoid such regression. To implement it, introduced a `is_writable` property on `File`.
6 lines
53 B
JSON
6 lines
53 B
JSON
{
|
|
"arr": [1, 2, 3],
|
|
"num": 42.5,
|
|
"not": null
|
|
}
|