回答編集履歴

1

fix position of inout

2020/08/18 13:31

投稿

YufanLou
YufanLou

スコア463

test CHANGED
@@ -206,7 +206,7 @@
206
206
 
207
207
  ```swift
208
208
 
209
- func +=(inout tac: Clock, n: Int) {
209
+ func +=(tac: inout Clock, n: Int) {
210
210
 
211
211
  tac.advance(n)
212
212