14 lines
193 B
Plaintext
Raw Normal View History

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