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

nullable_3() private method

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