You've already forked linux-packaging-mono
Imported Upstream version 4.6.0.125
Former-commit-id: a2155e9bd80020e49e72e86c44da02a8ac0e57a4
This commit is contained in:
parent
a569aebcfd
commit
e79aa3c0ed
45
mcs/tests/test-936-lib.il
Normal file
45
mcs/tests/test-936-lib.il
Normal file
@@ -0,0 +1,45 @@
|
||||
.assembly extern mscorlib
|
||||
{
|
||||
}
|
||||
|
||||
.assembly 'test-936-lib'
|
||||
{
|
||||
}
|
||||
|
||||
.class public auto ansi sealed beforefieldinit TypeWithIndexer
|
||||
extends [mscorlib]System.Object
|
||||
{
|
||||
.custom instance void [mscorlib]System.Reflection.DefaultMemberAttribute::.ctor(string) = ( 01 00 04 49 74 65 6D 00 00 ) // ...Item..
|
||||
|
||||
.method public hidebysig specialname rtspecialname
|
||||
instance void .ctor() cil managed
|
||||
{
|
||||
IL_0000: ldarg.0
|
||||
IL_0001: call instance void [mscorlib]System.Object::.ctor()
|
||||
IL_0006: ret
|
||||
}
|
||||
|
||||
.field private uint8[] a
|
||||
.field private int32 b
|
||||
.method public hidebysig specialname instance uint8
|
||||
get_B(int32 index) cil managed
|
||||
{
|
||||
IL_0000: ldc.i4.0
|
||||
IL_0001: conv.u1
|
||||
IL_0002: ret
|
||||
}
|
||||
|
||||
.method public hidebysig specialname
|
||||
instance void set_O(int32 index,
|
||||
uint8 A_1) cil managed
|
||||
{
|
||||
IL_0000: ret
|
||||
}
|
||||
|
||||
.property instance uint8 Item(int32)
|
||||
{
|
||||
.get instance uint8 TypeWithIndexer::get_B(int32)
|
||||
.set instance void TypeWithIndexer::set_O(int32,
|
||||
uint8)
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user