using System; namespace OtherProject { // inspection: bad name public class _Class1 { void Bar() { //bad(); // otherwise test fails for community linter } } }