repo.or.cz
/
mcs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
2010-06-21 Rodrigo Kumpera <rkumpera@novell.com>
[mcs.git]
/
ilasm
/
tests
/
abs_method8.il
blob
c1cf96c45c41df567db8a7562df81e70bf4b29e3
1
//Abstract class,
\r
2
//static method with no body
\r
3
\r
4
.class public abstract Test
\r
5
{
\r
6
.method public static newslot object Foo ()
\r
7
{
\r
8
}
\r
9
\r
10
}
\r
11
\r