In my complex type `v10` is a `decimal` property, however in the Locals window it shows up as `object` (hence `null` by default): ```csharp public decimal v10 { get; set; } public float v11 { get; set; } public double v12 { get; set; } ``` 