[ilasm] Don't break arguments compatiblity
[mono-project.git] / mcs / errors / cs0531-3.cs
blobbd31aee675f2d5ca0c02e977c16bbcc36a79ad81
1 // CS0531: `I.P': interface members cannot have a definition
2 // Line: 6
4 interface I
6 int P => 1;