回答編集履歴

1

コメント

2019/08/07 13:05

投稿

momon-ga
momon-ga

スコア4820

test CHANGED
@@ -48,9 +48,9 @@
48
48
 
49
49
  System.out.println(who.say(hoge)); // Foo:hoge
50
50
 
51
- System.out.println(who.say(who)); // Foo:hoge
51
+ System.out.println(who.say(who)); // Foo:hoge not Foo:Foo
52
52
 
53
- System.out.println(who.say(foo)); // Foo:hoge
53
+ System.out.println(who.say(foo)); // Foo:hoge not Foo:Foo
54
54
 
55
55
  System.out.println();
56
56