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