提交 8f4ff381 编写于 作者: J John Doe

fowards -> forwards

上级 f2847cd7
......@@ -20181,7 +20181,7 @@ public static void Main()
public void MultipleForwardsThatChainResultInTheSameAssemblyShouldStillProduceAnError()
{
// The scenario is that assembly A is calling a method from assembly B. This method has a parameter of a type that lives
// in assembly C. Now if assembly C is replaced with assembly C2, that forwards the type to both D and E, and D fowards it to E,
// in assembly C. Now if assembly C is replaced with assembly C2, that forwards the type to both D and E, and D forwards it to E,
// it should fail with the appropriate error.
var codeC = @"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册