回答編集履歴

1

コードを修正

2016/01/31 16:06

投稿

Stripe
Stripe

スコア2183

test CHANGED
@@ -8,7 +8,7 @@
8
8
 
9
9
  void method(CFactory factory) {
10
10
 
11
- C = factory.newInstance();
11
+ C instance = factory.newInstance();
12
12
 
13
13
  }
14
14