aboutsummaryrefslogtreecommitdiffstats
path: root/tests/bugs163/pr256937/Ship.java
blob: 866271b22f66971bda72f15894cccb1090ae5344 (plain)
1
2
3
4
5
public class Ship {
	       public void moveTo(int newX, int newY) {
		                      this.h();
				       }
}