tag a couple of obsolete members
[mcs.git] / ilasm / tests / abs_method1.il
blobe27e6a118894faa32cf96ded92d32d539d9af231
1 //Interface not marked abstract,\r
2 //abstract instance method\r
3 \r
4 .class public interface Test\r
5 {\r
6        .method public newslot instance object Foo ()\r
7        { }\r
8 \r
9 }\r