© 2026 Hedgehog Software, LLC
var a = new Type() is Type(var y); class Type { public void Deconstruct(out int x) => x = 1; }
Type(var y)
var (y) = new Type()