11 lines
170 B
Plaintext
11 lines
170 B
Plaintext
|
//Interface not marked abstract,
|
||
|
//abstract instance method
|
||
|
|
||
|
.class public interface Test
|
||
|
{
|
||
|
.method public newslot instance object Foo ()
|
||
|
{ }
|
||
|
|
||
|
}
|
||
|
|