14 lines
172 B
Plaintext
Raw Normal View History

//Abstract class,
//instance method with body
.class public abstract Test
{
.method public newslot object Foo ()
{
ldnull
ret
}
}