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