DEBSOURCES
Skip Quicknav
sources / eclipse-jdt-ui / 4.29-1 / org.eclipse.jdt.ui.tests.refactoring / resources / MoveInnerToTopLevel / test_nonstatic_48 / out / A.java
123456789101112131415
package p; class A { int i; // comment in A // second comment in A /* comment in A */ /* second comment in A */ }