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

naked_type_constraints_1() private method

private naked_type_constraints_1 ( ) : void
return void
		public void naked_type_constraints_1()
		{
			RunCompilerTestCase(@"naked-type-constraints-1.boo");
		}
		
GenericsTestFixture