langtools/test/tools/javac/miranda/4686148/ConcreteTest.java
author sogoel
Fri, 15 May 2015 01:56:14 -0700
changeset 30716 1bbdff43424d
parent 5520 86e4b9a9da40
permissions -rw-r--r--
8074408: Group 12: golden files for tests in tools/javac dir Reviewed-by: jjg

/* /nodynamiccopyright/ */

package two;
import one.*;

public class ConcreteTest extends AbstractTest
{
    private void perform()  // cannot override public with private
    {
    }
}