1 // Test for an abstract generic method
3 .assembly extern mscorlib
9 .custom instance void class [mscorlib]System.Runtime.CompilerServices.RuntimeCompatibilityAttribute::.ctor() = (
10 01 00 01 00 54 02 16 57 72 61 70 4E 6F 6E 45 78 // ....T..WrapNonEx
11 63 65 70 74 69 6F 6E 54 68 72 6F 77 73 01 ) // ceptionThrows.
15 .module 'gen-meth3.dll'
17 .class private auto ansi abstract beforefieldinit test
18 extends [mscorlib]System.Object
21 .method family hidebysig specialname rtspecialname
22 instance default void .ctor () cil managed
26 IL_0001: call instance void object::.ctor()
30 .method public virtual hidebysig newslot abstract
31 instance default void foo<A> () cil managed