質問編集履歴

1

Status status\[\] = new Status\[9\]; → Status\[\] status = new Status\[9\]; に訂正

2016/08/24 07:32

投稿

yahhymmne
yahhymmne

スコア20

test CHANGED
File without changes
test CHANGED
@@ -30,7 +30,7 @@
30
30
 
31
31
  {
32
32
 
33
- Status status[] = new Status[9];
33
+ Status[] status = new Status[9];
34
34
 
35
35
  status[0] = new Status(0,"技");
36
36