Files
linux-packaging-mono/mcs/ilasm/tests/abs_method6.il

12 lines
158 B
Plaintext
Raw Normal View History

//Abstract class,
//instance method with no body
.class public abstract Test
{
.method public newslot object Foo ()
{
}
}