[mcs] C# 7 tuple (foundation only).
[mono.git] / mcs / errors / cs0103-14.cs
index 80f1e629f61154e9fef5d0c70e50bbe21231f0a8..aacf9a243792284b750810724cd1182aa252807d 100644 (file)
@@ -1,5 +1,6 @@
 // C0103: The name `s' does not exist in the current context
 // Line: 7
+// Compiler options: -langversion:experimental
 
 class Test(string s)
 {