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