Bump NuGet.BuildTasks to get new updates and switch to `dev` branch (#5566)
[mono.git] / mcs / tests / gtest-504-lib.cs
index ad4d52db5dce71efe63edd9cade019ea82a7a470..75ab7feb8b071f7d0bb62b1ffec31d5630c5b35a 100644 (file)
@@ -1,4 +1,4 @@
-// Compiler options: -t:library\r
-\r
-public class A<TB, TC> where TC : A<TB, TC> { }\r
+// Compiler options: -t:library
+
+public class A<TB, TC> where TC : A<TB, TC> { }
 public class B<TC> where TC : A<B<TC>, TC> { }