回答編集履歴
1
整数型はlateinitできない。
test
CHANGED
@@ -30,13 +30,13 @@
|
|
30
30
|
|
31
31
|
private lateinit var textViewTextCache: String
|
32
32
|
|
33
|
-
private
|
33
|
+
private var textViewColorCache = 0
|
34
34
|
|
35
35
|
|
36
36
|
|
37
37
|
private lateinit var countViewTextCache: String
|
38
38
|
|
39
|
-
private
|
39
|
+
private var countViewColorCache = 0
|
40
40
|
|
41
41
|
|
42
42
|
|