diff options
Diffstat (limited to 'tests/bugs163/pr256937/Ship.java')
-rw-r--r-- | tests/bugs163/pr256937/Ship.java | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/bugs163/pr256937/Ship.java b/tests/bugs163/pr256937/Ship.java new file mode 100644 index 000000000..866271b22 --- /dev/null +++ b/tests/bugs163/pr256937/Ship.java @@ -0,0 +1,5 @@ +public class Ship { + public void moveTo(int newX, int newY) { + this.h(); + } +} |