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

generic_list_of_callable() private method

private generic_list_of_callable ( ) : void
return void
		public void generic_list_of_callable()
		{
			RunCompilerTestCase(@"generic-list-of-callable.boo");
		}
		
GenericsTestFixture