blob: 5b61bd62314f9ae8ad8b0618f98795bf84e7849d [file] [log] [blame]
/**
* Created with IntelliJ IDEA.
* User: db
* Date: 31.03.12
* Time: 17:50
* To change this template use File | Settings | File Templates.
*/
public class A {
public final static int X;
static {
X = 100;
}
}