Наша сборка Qt VS Tools
giy
2022-09-02 ca47896204482bf4a6979e3838bf7f09f61cebeb
QtVsTools.Package/QML/Syntax/QmlAst.cs
@@ -156,7 +156,7 @@
    public class AstNode : SyntaxElement
    {
        public AstNodeKind Kind { get; private set; }
        public AstNodeKind Kind { get; }
        public AstNode(AstNodeKind kind) { Kind = kind; }
        public SourceLocation FirstSourceLocation { get; set; }
        public SourceLocation LastSourceLocation { get; set; }