1{ 2 "nodes": [ 3 { 4 "line": 13, 5 "column": 5, 6 "problem": "LimitedReturnTypeInference", 7 "autofixable": true, 8 "autofix": [ 9 { 10 "start": 206, 11 "end": 206, 12 "replacementText": ": number" 13 } 14 ], 15 "suggest": "", 16 "rule": "Function return type inference is limited (arkts-no-implicit-return-types)" 17 } 18 ] 19}