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

nullable_1() private method

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