11 lines
170 B
Plaintext
Raw Normal View History

//Interface not marked abstract,
//abstract instance method
.class public interface Test
{
.method public newslot instance object Foo ()
{ }
}