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

nullable_2() private method

private nullable_2 ( ) : void
return void
		public void nullable_2()
		{
			RunCompilerTestCase(@"nullable-2.boo");
		}
		
GenericsTestFixture