1{ 2 "nodes": [ 3 { 4 "line": 4, 5 "column": 5, 6 "problem": "EnumMemberNonConstInit", 7 "autofixable": false, 8 "suggest": "", 9 "rule": "Enumeration members can be initialized only with compile time expressions of the same type (arkts-no-enum-mixed-types)" 10 }, 11 { 12 "line": 11, 13 "column": 5, 14 "problem": "EnumMemberNonConstInit", 15 "autofixable": false, 16 "suggest": "", 17 "rule": "Enumeration members can be initialized only with compile time expressions of the same type (arkts-no-enum-mixed-types)" 18 }, 19 { 20 "line": 13, 21 "column": 5, 22 "problem": "EnumMemberNonConstInit", 23 "autofixable": false, 24 "suggest": "", 25 "rule": "Enumeration members can be initialized only with compile time expressions of the same type (arkts-no-enum-mixed-types)" 26 } 27 ] 28}