[mcs] Add codegen for null operator on result of awaited instance expression of prope...
[mono.git] / mcs / tests / test-494.cs
1 using System.Text;
2
3 namespace Agresso.Foundation {
4         public class Function
5         {
6                 public static void Main () {}
7         }
8
9         public delegate void Translate(Function callback, 
10                 ref StringBuilder result);
11         }