Files
openide/java/java-tests/testData/compileServer/incremental/fieldProperties/nonIncremental3/A$A.java.new~
T

13 lines
209 B
Plaintext

package A;
/**
* Created by IntelliJ IDEA.
* User: db
* Date: 23.01.12
* Time: 13:51
* To change this template use File | Settings | File Templates.
*/
public class A {
final static int x = 1024;
}