DEBSOURCES
Skip Quicknav
sources / eclipse-jdt-ui / 4.29-1 / org.eclipse.jdt.ui.tests.refactoring / resources / SefWorkSpace / SefTests / static_out / TestStaticImportNone.java
123456789
package static_out; public class TestStaticImportNone { private static final int x= 0; public static int getX() { return x; } }