2010-04-02 Jb Evain <jbevain@novell.com>
[mcs.git] / ilasm / errors / abs_method4.il
blob48d847bf004dda945d8a1120b99777d15b94098f
1 //Interface not marked abstract,\r
2 //instance method with body\r
3 \r
4 .class public interface Test\r
5 {\r
6        .method public newslot object Foo ()\r
7        { \r
8                 ldnull\r
9                 ret\r
10        }\r
12 }\r