#pragma warning disable 168 using System; class Foogie where T : IHashable { public void Do() { T val = default; val.GetHashCode(); } }