[xbuild] Remove ErrorTest.TestExecute1()
[mono.git] / mcs / errors / cs8038.cs
index 76dc74646d644a5f8fb49ecd415cca09cc6b6aad..a35382676467b4909b1cf355a7a740049c5bc098 100644 (file)
@@ -1,5 +1,6 @@
 // CS8038: Primary constructor of type `Test<T>' has parameter of same name as type parameter `T'
 // Line: 4
+// Compiler options: -langversion:experimental
 
 class Test<T>(T T) 
 {