Skip to content

Commit 173fe44

Browse files
committed
Remove null list
1 parent 95bca09 commit 173fe44

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

YamlDotNet.Test/Serialization/EmitDefaultValuesTests.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,6 @@ private class Model
4848
[DefaultValue(2)] public int? ANullableNonZeroNonDefaultInteger => 1;
4949

5050
// Enumerables
51-
public IList<int> ANullList => null;
52-
5351
public int[] AnEmptyArray => new int[0];
5452
public IList<int> AnEmptyList => new List<int>();
5553
public Dictionary<string, string> AnEmptyDictionary => new Dictionary<string, string>();

0 commit comments

Comments
 (0)