Commit f094b4a9 authored by mgravell's avatar mgravell

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

parent 0fb25ff1
......@@ -20,7 +20,7 @@ public void TestClassWithStringUsage()
arr.Select(x => x.Value).IsSequenceEqualTo(new[] { "abc", "def" });
}
class BasicType
{
{
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