14 lines
184 B
Plaintext
Raw Normal View History

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