a575963da9
Former-commit-id: da6be194a6b1221998fc28233f2503bd61dd9d14
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 ()
|
|
{
|
|
}
|
|
|
|
}
|
|
|