toString(string) function

aaf3d0d4ec127ece53798321d269965eba8dbdbd
This commit is contained in:
4eb0da
2024-04-13 00:19:41 +03:00
parent a410896625
commit 27976eb1f4
3 changed files with 9 additions and 5 deletions
@@ -110,7 +110,8 @@
],
"result_type": "string",
"platforms": [
"ios"
"ios",
"web"
]
},
{
@@ -268,14 +268,15 @@
{
"name": "string to string => error",
"expression": "@{toString('abc')}",
"deprecated": true,
"description": "toString(string) should be implmented",
"expected": {
"type": "error",
"value": "Failed to evaluate [toString('abc')]. Function 'toString' has no matching override for given argument types: String."
},
"variables": [],
"platforms": [
"android",
"web"
"android"
]
},
{
@@ -287,7 +288,8 @@
},
"variables": [],
"platforms": [
"ios"
"ios",
"web"
]
},
{