回答編集履歴

1

追記

2016/04/22 07:24

投稿

kaputaros
kaputaros

スコア1844

test CHANGED
@@ -1,3 +1,15 @@
1
1
  メッセージにある通りです。
2
2
 
3
3
  swift3になったら消される機能のようです。
4
+
5
+
6
+
7
+ ---[追記]
8
+
9
+ 参考になりそうなものを見つけましたのでリンクつけます。
10
+
11
+ ・[Swiftの代入演算子、算術演算子、複合代入演算子](http://swiftrithm.com/assignment-arithmetic-operator/#Swift_22)
12
+
13
+ ・[Remove the ++ and -- operators](https://github.com/apple/swift-evolution/blob/master/proposals/0004-remove-pre-post-inc-decrement.md)
14
+
15
+