org.aspectj/tests/bugs163/pr256937/Ship.java
2008-11-28 20:44:35 +00:00

6 lines
118 B
Java

public class Ship {
public void moveTo(int newX, int newY) {
this.h();
}
}