You've already forked linux-packaging-mono
Imported Upstream version 4.2.0.179
Former-commit-id: 4610231f55806d2a05ed69e5ff3faa7336cc1479
This commit is contained in:
committed by
Jo Shields
parent
aa7da660d6
commit
c042cd0c52
27
mcs/ilasm/tests/custom-attrs-01.il
Normal file
27
mcs/ilasm/tests/custom-attrs-01.il
Normal file
@@ -0,0 +1,27 @@
|
||||
.assembly extern mscorlib
|
||||
{
|
||||
}
|
||||
|
||||
.assembly 'custom-attrs-01'
|
||||
{
|
||||
}
|
||||
|
||||
.class interface public abstract auto ansi I1
|
||||
{
|
||||
.custom instance void [mscorlib]System.Reflection.DefaultMemberAttribute::.ctor(string)
|
||||
= {bytearray(55 05)}
|
||||
.method public hidebysig newslot specialname abstract virtual
|
||||
instance int32 get_A(int32 x) cil managed
|
||||
{
|
||||
}
|
||||
}
|
||||
|
||||
.class interface public abstract auto ansi I2
|
||||
{
|
||||
.custom instance void [mscorlib]System.Reflection.DefaultMemberAttribute::.ctor(string)
|
||||
= {string('B')}
|
||||
.method public hidebysig newslot specialname abstract virtual
|
||||
instance int32 get_B(int32 x) cil managed
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user