Files
openide/java/java-tests/testData/compileServer/incremental/methodModifiers/setProtected/A.java.new
Dmitry Boulytchev (dboulytchev@gmail.com) 7d194f269e Finishing setting up tests (compiler server).
2012-02-02 01:13:16 +04:00

5 lines
41 B
Plaintext

class A {
protected void f() {
}
}