回答編集履歴

1

整数型はlateinitできない。

2020/03/02 06:27

投稿

quadii.shii
quadii.shii

スコア257

test CHANGED
@@ -30,13 +30,13 @@
30
30
 
31
31
  private lateinit var textViewTextCache: String
32
32
 
33
- private lateinit var textViewColorCache: Int
33
+ private var textViewColorCache = 0
34
34
 
35
35
 
36
36
 
37
37
  private lateinit var countViewTextCache: String
38
38
 
39
- private lateinit var countViewColorCache: Int
39
+ private var countViewColorCache = 0
40
40
 
41
41
 
42
42