summaryrefslogtreecommitdiff
path: root/tests/src/Loader/classloader/InterfaceFolding/Nested_I/TestCase4.il
diff options
context:
space:
mode:
Diffstat (limited to 'tests/src/Loader/classloader/InterfaceFolding/Nested_I/TestCase4.il')
-rw-r--r--tests/src/Loader/classloader/InterfaceFolding/Nested_I/TestCase4.il22
1 files changed, 16 insertions, 6 deletions
diff --git a/tests/src/Loader/classloader/InterfaceFolding/Nested_I/TestCase4.il b/tests/src/Loader/classloader/InterfaceFolding/Nested_I/TestCase4.il
index 137cf43079..bbd564bc62 100644
--- a/tests/src/Loader/classloader/InterfaceFolding/Nested_I/TestCase4.il
+++ b/tests/src/Loader/classloader/InterfaceFolding/Nested_I/TestCase4.il
@@ -18,8 +18,11 @@
{
.class interface nested family abstract auto ansi I`1<T>
{ .method public hidebysig newslot abstract virtual instance string Foo() cil managed {} }
-
- .method public hidebysig specialname rtspecialname instance void .ctor() cil managed {}
+
+ .method public hidebysig specialname rtspecialname instance void .ctor() cil managed
+ {
+ ret
+ }
}
.class private abstract auto ansi beforefieldinit B`2<V,W>
@@ -43,12 +46,19 @@
ldstr "B::Bar2"
ret
}
- .method public hidebysig specialname rtspecialname instance void .ctor() cil managed {}
+ .method public hidebysig specialname rtspecialname instance void .ctor() cil managed
+ {
+ ret
+ }
}
.class private auto ansi beforefieldinit C extends class B`2<class C,class C>
-{ .method public hidebysig specialname rtspecialname instance void .ctor() cil managed {} }
-
+{
+ .method public hidebysig specialname rtspecialname instance void .ctor() cil managed
+ {
+ ret
+ }
+}
.class public auto ansi beforefieldinit Test extends [mscorlib]System.Object
{
@@ -87,4 +97,4 @@ FAILURE:
ldc.i4.m1
ret
}
-} \ No newline at end of file
+}