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