回答編集履歴

1

2023/04/26 12:26

投稿

melian
melian

スコア19825

test CHANGED
@@ -48,7 +48,7 @@
48
48
 
49
49
  $strategies = @{
50
50
  Strategy1 = [ConcreteStrategy1]::new();
51
- Strategy2 = [ConcreteStrategy1]::new();
51
+ Strategy2 = [ConcreteStrategy2]::new();
52
52
  }
53
53
 
54
54
  $context = [Context]::new(@{