[mcs] C#7 out variable declaration
[mono.git] / mcs / tests / test-primary-ctor-03.cs
index 269dfe8dd154a13255db61867a177bfd289de66d..36df2c3ad406cb2cd2af9639d32a96486c64666b 100644 (file)
@@ -1,3 +1,4 @@
+// Compiler options: -langversion:experimental
 class D(string arg) : Base (arg)
 {
 }