12 lines
163 B
Plaintext
12 lines
163 B
Plaintext
|
//Abstract class,
|
||
|
//static method with no body
|
||
|
|
||
|
.class public abstract Test
|
||
|
{
|
||
|
.method public static newslot object Foo ()
|
||
|
{
|
||
|
}
|
||
|
|
||
|
}
|
||
|
|