private void InferType(PropertySignature node) { if (node.Type == null) { node.SetType(NodeHelper.CreateNode(NodeKind.AnyKeyword)); } }