aboutsummaryrefslogtreecommitdiff
path: root/test/eclipse/resource/rename/withGetterDifferentFile/before/B.java
blob: 24a74d6f5c5682267bd20c22832edde26ae4bd93 (plain)
1
2
3
4
5
6
7
package pkg;

public class B {
	public String test() {
		return new A().getString();
	}
}