package jetbrains.mps.psiTest2; /** * Created with IntelliJ IDEA. * User: danilla * Date: 3/1/13 * Time: 1:52 PM * To change this template use File | Settings | File Templates. */ public interface Marker { int x = 1; int y = 2; int f = 3; public interface InnerMarker {} }