@@ -40,7 +40,6 @@ public async Task TestKeywordsWithExpressionBodiedMemberAndAsyncKeywordAsync()
4040 DiagnosticResult [ ] expected = new [ ]
4141 {
4242 Diagnostic ( ) . WithLocation ( 3 , 11 ) . WithArguments ( "static" , "async" ) ,
43- Diagnostic ( ) . WithLocation ( 3 , 18 ) . WithArguments ( "public" , "static" ) ,
4443 Diagnostic ( ) . WithLocation ( 3 , 18 ) . WithArguments ( "public" , "async" ) ,
4544 } ;
4645
@@ -75,7 +74,6 @@ static public void ThirdMethod() {}
7574 Diagnostic ( ) . WithLocation ( 7 , 32 ) . WithArguments ( "protected" , "async" ) ,
7675 Diagnostic ( ) . WithLocation ( 8 , 16 ) . WithArguments ( "static" , "new" ) ,
7776 Diagnostic ( ) . WithLocation ( 9 , 9 ) . WithArguments ( "static" , "new" ) ,
78- Diagnostic ( ) . WithLocation ( 9 , 16 ) . WithArguments ( "public" , "static" ) ,
7977 Diagnostic ( ) . WithLocation ( 9 , 16 ) . WithArguments ( "public" , "new" ) ,
8078 Diagnostic ( ) . WithLocation ( 10 , 13 ) . WithArguments ( "public" , "virtual" ) ,
8179 Diagnostic ( ) . WithLocation ( 11 , 12 ) . WithArguments ( "public" , "extern" ) ,
@@ -160,7 +158,6 @@ public async Task TestKeywordsWithOperatorDeclarationsAsync()
160158 Diagnostic ( ) . WithLocation ( 3 , 12 ) . WithArguments ( "public" , "extern" ) ,
161159 Diagnostic ( ) . WithLocation ( 3 , 19 ) . WithArguments ( "static" , "extern" ) ,
162160 Diagnostic ( ) . WithLocation ( 4 , 12 ) . WithArguments ( "static" , "extern" ) ,
163- Diagnostic ( ) . WithLocation ( 4 , 19 ) . WithArguments ( "public" , "static" ) ,
164161 Diagnostic ( ) . WithLocation ( 4 , 19 ) . WithArguments ( "public" , "extern" ) ,
165162 Diagnostic ( ) . WithLocation ( 5 , 19 ) . WithArguments ( "static" , "extern" ) ,
166163 } ;
0 commit comments