[mcs] Allow properties and indexers of by-ref values to be set without setter
[mono.git] / mcs / errors / CS0012-2-lib.il
1 .assembly extern mscorlib
2 {
3 }
4
5 .assembly extern 'CS0012-lib-missing'
6 {
7 }
8
9 .assembly 'CS0012-2-lib'
10 {
11   .hash algorithm 0x00008004
12   .ver 0:0:0:0
13 }
14
15 .module 'CS0012-2-lib.dll'
16
17 .class public auto ansi beforefieldinit B
18        extends [mscorlib]System.Object
19 {
20   .method public hidebysig instance void 
21           Test(class ['CS0012-lib-missing']A1[] args) cil managed
22   {
23     .maxstack  8
24     IL_0000:  nop
25     IL_0001:  ret
26   }
27
28   .method public hidebysig specialname rtspecialname 
29           instance void  .ctor() cil managed
30   {
31     .maxstack  8
32     IL_0000:  ldarg.0
33     IL_0001:  call       instance void [mscorlib]System.Object::.ctor()
34     IL_0006:  ret
35   }
36
37 }