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

interface_1() private method

private interface_1 ( ) : void
return void
		public void interface_1()
		{
			RunCompilerTestCase(@"interface-1.boo");
		}
		
GenericsTestFixture