mirror of
https://github.com/divkit/divkit.git
synced 2026-06-06 20:07:59 +00:00
toString(string) function
aaf3d0d4ec127ece53798321d269965eba8dbdbd
This commit is contained in:
@@ -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"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user