• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2    "nodes": [
3        {
4            "line": 9,
5            "column": 10,
6            "problem": "TypeAssertion",
7            "suggest": "",
8            "rule": "Only \"as T\" syntax is supported for type casts (arkts-as-casts)"
9        },
10        {
11            "line": 21,
12            "column": 11,
13            "problem": "TypeAssertion",
14            "suggest": "",
15            "rule": "Only \"as T\" syntax is supported for type casts (arkts-as-casts)"
16        }
17    ]
18}