Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mcs/ilasm/tests/oneg.cs')
-rw-r--r--mcs/ilasm/tests/oneg.cs4
1 files changed, 4 insertions, 0 deletions
diff --git a/mcs/ilasm/tests/oneg.cs b/mcs/ilasm/tests/oneg.cs
new file mode 100644
index 00000000000..5f895258ada
--- /dev/null
+++ b/mcs/ilasm/tests/oneg.cs
@@ -0,0 +1,4 @@
+public class outer {
+ public class inner<T> {
+ }
+}