summaryrefslogtreecommitdiffstats
path: root/tests/new/PR852/target/SuperClass.java
blob: da4d3ce0fad30372626fbed6a0b3eb75f9bff3e1 (plain)
1
2
3
4
5
6
7
8
package target;

public class SuperClass {
    /*void test() {
        System.err.println("SuperClass.test()");
    }*/
}