Allow async for explicitly implemented interface methods. Fixes #13197
[mono.git] / mcs / tests / test-138.cs
old mode 100755 (executable)
new mode 100644 (file)
index 1581d2f..d44aa35
@@ -1,6 +1,6 @@
 // ensure the argument to newarr is converted to int32 or native int
 class T {
-       static int Main() {
+       public static int Main() {
                char[] a;
                long len = 10;
                a = new char [len];