1 2 3 4 5 6 7 8 9
// Compiler options: -t:library public static class Lib { public static T Foo<T> (T x = default (T)) { return x; } }