int foo()

in testing/testData/inspection/unusedDeclaration/A.java [4:6]


    int foo() {
        return 10;
    }