DEBSOURCES
Skip Quicknav
sources / eclipse-jdt-ui / 4.15-1 / org.eclipse.jdt.ui.tests.refactoring / resources / InlineConstant / canInline / test38 / out / A.java
1234567891011
package p; public class A<T> { static int m= 0; static class C { void f() { int k= A.m; } } }