11 lines
149 B
Plaintext
Raw Normal View History

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