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

nullable_5() private method

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