Change the way how using declarators statements are generated to handle await in...
[mono.git] / mcs / mcs / convert.cs
index 020c842755bf3d1c86cf09fa865cb1e7d15db426..06046974038d004d5f04e00c49dec4faa9e64be8 100644 (file)
@@ -198,7 +198,7 @@ namespace Mono.CSharp {
                        return ImplicitReferenceConversionExists (expr_type, target_type, true);
                }
 
-               static bool ImplicitReferenceConversionExists (TypeSpec expr_type, TypeSpec target_type, bool refOnlyTypeParameter)
+               public static bool ImplicitReferenceConversionExists (TypeSpec expr_type, TypeSpec target_type, bool refOnlyTypeParameter)
                {
                        // It's here only to speed things up
                        if (target_type.IsStruct)