12 lines
163 B
Plaintext
Raw Normal View History

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