[mcs] declaration expression after ref/out argument
[mono.git] / mcs / mcs / typespec.cs
index a33159d8478bdb6100faa7ba75f376290c667a5c..6b42112f9ed1ae938c96aea045222e19f29405fd 100644 (file)
@@ -1446,6 +1446,7 @@ namespace Mono.CSharp
                public static readonly InternalType FakeInternalType = new InternalType ("<fake$type>");
                public static readonly InternalType Namespace = new InternalType ("<namespace>");
                public static readonly InternalType ErrorType = new InternalType ("<error>");
+               public static readonly InternalType VarOutType = new InternalType ("var out");
 
                readonly string name;