11 lines
166 B
Plaintext
Raw Normal View History

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