Commit d78b471f authored by mgravell's avatar mgravell

damn I wish it was easier to change commit messages; that was C# 3.0, obviously

parent b6689c9e
...@@ -20,7 +20,7 @@ public void TestClassWithStringUsage() ...@@ -20,7 +20,7 @@ public void TestClassWithStringUsage()
arr.Select(x => x.Value).IsSequenceEqualTo(new[] { "abc", "def" }); arr.Select(x => x.Value).IsSequenceEqualTo(new[] { "abc", "def" });
} }
class BasicType class BasicType
{ {
public string Value { get; set; } public string Value { get; set; }
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment