回答編集履歴

1

Javaのクラス名が間違っていたので修正しました。

2016/06/28 01:46

投稿

Mr_Roboto
Mr_Roboto

スコア2208

test CHANGED
@@ -80,9 +80,9 @@
80
80
 
81
81
  public static void main(String[] args) {
82
82
 
83
- StaticTest aaa = new StaticTest();
83
+ Test1 aaa = new Test1();
84
84
 
85
- StaticTest bbb = new StaticTest();
85
+ Test1 bbb = new Test1();
86
86
 
87
87
  aaa.testCall();
88
88