1+ .assembly extern System.Runtime
2+ {
3+ .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) // .z\V.4..
4+ .ver 4:0:0:0
5+ }
6+
7+ .assembly Issue3442
8+ {
9+ .custom instance void [System.Runtime]System.Runtime.CompilerServices.CompilationRelaxationsAttribute::.ctor(int32) = (
10+ 01 00 08 00 00 00 00 00
11+ )
12+ .custom instance void [System.Runtime]System.Runtime.CompilerServices.RuntimeCompatibilityAttribute::.ctor() = (
13+ 01 00 01 00 54 02 16 57 72 61 70 4e 6f 6e 45 78
14+ 63 65 70 74 69 6f 6e 54 68 72 6f 77 73 01
15+ )
16+ .custom instance void [System.Runtime]System.Diagnostics.DebuggableAttribute::.ctor(valuetype [System.Runtime]System.Diagnostics.DebuggableAttribute/DebuggingModes) = (
17+ 01 00 02 00 00 00 00 00
18+ )
19+ .permissionset reqmin = (
20+ 2e 01 80 8a 53 79 73 74 65 6d 2e 53 65 63 75 72
21+ 69 74 79 2e 50 65 72 6d 69 73 73 69 6f 6e 73 2e
22+ 53 65 63 75 72 69 74 79 50 65 72 6d 69 73 73 69
23+ 6f 6e 41 74 74 72 69 62 75 74 65 2c 20 53 79 73
24+ 74 65 6d 2e 52 75 6e 74 69 6d 65 2c 20 56 65 72
25+ 73 69 6f 6e 3d 39 2e 30 2e 30 2e 30 2c 20 43 75
26+ 6c 74 75 72 65 3d 6e 65 75 74 72 61 6c 2c 20 50
27+ 75 62 6c 69 63 4b 65 79 54 6f 6b 65 6e 3d 62 30
28+ 33 66 35 66 37 66 31 31 64 35 30 61 33 61 15 01
29+ 54 02 10 53 6b 69 70 56 65 72 69 66 69 63 61 74
30+ 69 6f 6e 01
31+ )
32+ .hash algorithm 0x00008004 // SHA1
33+ .ver 0:0:0:0
34+ }
35+
36+ .class private auto ansi '<Module>'
37+ {
38+ } // end of class <Module>
39+
40+ .class interface public auto ansi abstract beforefieldinit ICSharpCode.Decompiler.Tests.TestCases.ILPretty.Issue3442.Interface
41+ {
42+ // Methods
43+ .method public hidebysig newslot abstract virtual
44+ instance void M<(ICSharpCode.Decompiler.Tests.TestCases.ILPretty.Issue3442.Interface) T> () cil managed
45+ {
46+ } // end of method Interface::M
47+
48+ } // end of class ICSharpCode.Decompiler.Tests.TestCases.ILPretty.Issue3442.Interface
49+
50+ .class public auto ansi beforefieldinit ICSharpCode.Decompiler.Tests.TestCases.ILPretty.Issue3442.Class
51+ extends [System.Runtime]System.Object
52+ implements ICSharpCode.Decompiler.Tests.TestCases.ILPretty.Issue3442.Interface
53+ {
54+ // Methods
55+ .method private final hidebysig newslot virtual
56+ instance void M<(ICSharpCode.Decompiler.Tests.TestCases.ILPretty.Issue3442.Interface) T> () cil managed
57+ {
58+ .override method instance void ICSharpCode.Decompiler.Tests.TestCases.ILPretty.Issue3442.Interface::M()
59+ // Method begins at RVA 0x2050
60+ // Code size 1 (0x1)
61+ .maxstack 8
62+
63+ IL_0000: ret
64+ } // end of method Class::M
65+
66+ .method public hidebysig specialname rtspecialname
67+ instance void .ctor () cil managed
68+ {
69+ // Method begins at RVA 0x2052
70+ // Code size 7 (0x7)
71+ .maxstack 8
72+
73+ IL_0000: ldarg.0
74+ IL_0001: call instance void [System.Runtime]System.Object::.ctor()
75+ IL_0006: ret
76+ } // end of method Class::.ctor
77+
78+ } // end of class ICSharpCode.Decompiler.Tests.TestCases.ILPretty.Issue3442.Class
0 commit comments