You've already forked linux-packaging-mono
14 lines
193 B
Plaintext
14 lines
193 B
Plaintext
![]() |
//Interface not marked abstract,
|
||
|
//static method with body
|
||
|
|
||
|
.class public interface Test
|
||
|
{
|
||
|
.method public newslot static object Foo ()
|
||
|
{
|
||
|
ldnull
|
||
|
ret
|
||
|
}
|
||
|
|
||
|
}
|
||
|
|