Merge pull request #3769 from evincarofautumn/fix-verify-before-allocs
[mono.git] / mcs / errors / cs1763.cs
index f6ea5a67366c5b28d0d90c04960f55003658cc30..d10a7bf2c2037f54d6a66aab2b211a39b95d2cc8 100644 (file)
@@ -1,6 +1,5 @@
 // CS1763: Optional parameter `o' of type `object' can only be initialized with `null'
 // Line: 6
-// Compiler options: -langversion:future
 
 class C
 {