using System; namespace GitHub.CodeQL; class NonPublicClass { public void noCandidates(String here) { Console.WriteLine(here); } }