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
2009-10-19 Jb Evain <jbevain@novell.com>
[mcs.git]
/
ilasm
/
errors
/
err-abstract.il
blob
2a887c2c83e5f8e5f470952e8358ba91a45aca17
1
//Test for abstract method with body
2
3
.namespace MonoTest
4
{
5
.class private auto autochar beforefieldinit abstract Abc
6
extends [mscorlib]System.Object
7
{
8
.method assembly hidebysig abstract static void
9
Test() cil managed
10
{
11
// Code size 74 (0x4a)
12
.maxstack 2
13
ret
14
}
15
}
16
}