[sdks] Fix README.md
[mono-project.git] / mcs / tests / gtest-optional-30-lib.cs
blob31b5aeef9c3c61c8baa5f5ec8b41b986351cf32d
1 // Compiler options: -t:library
3 public static class Lib
5 public static T Foo<T> (T x = default (T))
7 return x;