回答編集履歴

1

修正

2020/10/24 05:39

投稿

gentaro
gentaro

スコア8949

test CHANGED
@@ -30,7 +30,7 @@
30
30
 
31
31
  // 共通メソッドに個別の処理を渡す
32
32
 
33
- - this.common((i) => {
33
+ - this.common(() => {
34
34
 
35
35
  + this.common((i) => {
36
36
 
@@ -50,7 +50,7 @@
50
50
 
51
51
  // 共通メソッドに個別の処理を渡す
52
52
 
53
- - this.common((i) => {
53
+ - this.common(() => {
54
54
 
55
55
  + this.common((i) => {
56
56