[mcs] Fixes codegen for type pattern matching in probing expressions over hoisted...
[mono.git] / mcs / tests / test-101.cs
index 5ed02f537e6e7224c8ed40e94694bb0ef8029d14..38bd565edac1fad2b0ff7b14877a05c7f5f5c613 100644 (file)
@@ -27,7 +27,7 @@ namespace Test {
        [My("testclass")]
        [My2("testclass", 22)]
        public class Test {
-               static public int Main() {
+               public static int Main() {
                        System.Reflection.MemberInfo info = typeof (Test);
                        object[] attributes = info.GetCustomAttributes (false);
                        for (int i = 0; i < attributes.Length; i ++) {