[mcs] Add codegen for null operator on result of awaited instance expression of prope...
[mono.git] / mcs / tests / test-158.cs
index 80b26d88ed0daf86a1d699d39010e6e814c7e2c4..cdb8d45d54b1bc6d32f328cdf93b3c1e4c84db2e 100644 (file)
@@ -11,7 +11,7 @@ public class My : Attribute {
        
        [My(TypeCode.Empty)]
        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 ++) {