[mcs] Add codegen for null operator on result of awaited instance expression of prope...
[mono.git] / mcs / tests / test-primary-ctor-09.cs
index 64e5ac6332729114693aeaaf2f382a7aa9ac3db0..d9b1bbf4b808a7deaf7a12116196b9c023d4804c 100644 (file)
@@ -1,3 +1,4 @@
+// Compiler options: -langversion:experimental
 using System;
 
 class A (Func<int, int> barg)