示例#1
0
 public void MixedSyntaxTreesNested() =>
 HelperFromAnotherSyntaxTree.Is42Nested(42);
示例#2
0
 public void MixedSyntaxTreesMissingAssertion() =>   // Noncompliant
 HelperFromAnotherSyntaxTree.DoNothing();
示例#3
0
 public void MixedSyntaxTrees() =>
 HelperFromAnotherSyntaxTree.Is42(42);