Update mcs/class/System.Core/System/TimeZoneInfo.cs
[mono.git] / mcs / tests / gtest-variance-5.cs
index e28e94c4e7954e3a781c17ba08797b0f6e73ae0c..c8e6744f39e3b14f75bf7dbaeea7f61093d71c51 100644 (file)
@@ -1,5 +1,3 @@
-// Compiler options: -langversion:future
-
 interface ICovariant<out T>
 {
        T Foo { get; }