koder-man

Results 2 issues of koder-man

Seen with 4.18.1. Suppose we have this interface: ``` public interface ISample { void Mock(object fi); } ``` And the following code: ``` var mock = new Mock(); mock.Setup(x =>...