Merge pull request #5439 from alexrp/master
[mono.git] / mcs / tests / gtest-autoproperty-10.cs
index a73085684683372fdf28f2bf33c466a81e67d3a5..036d9c3a43a7666eacc175149d0a4459049ecd83 100644 (file)
@@ -1,3 +1,4 @@
+// Compiler options: -langversion:experimental
 struct S
 {
        public decimal P { get; } = -3;