BooCompiler.Tests.GenericsTestFixture.nested_generic_type_1 C# (CSharp) Method

nested_generic_type_1() private method

private nested_generic_type_1 ( ) : void
return void
		public void nested_generic_type_1()
		{
			RunCompilerTestCase(@"nested-generic-type-1.boo");
		}
		
GenericsTestFixture