12 lines
158 B
Plaintext
Raw Normal View History

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