testing/testData/inspection/javaInspections/Main.java (3 lines of code) (raw):

// warning: ClassHasNoToStringMethod public class Main { private int x = 42; } // :3:14: Class 'Main' does not override 'toString()' method