コード例 #1
0
 public void ShouldProperlyHandleNullableAndNullableInAConstructor()
 {
     var foo = new NullableTypesDemo();
 }
コード例 #2
0
 public NullableTests()
 {
     _mainSut = new NullableTypesDemo();
 }