FIR LC: use property modifiers for backing field if lateinit
This commit is contained in:
committed by
Ilya Kirillov
parent
a2bfcfeae8
commit
150f066254
@@ -36,4 +36,6 @@ class Class {
|
||||
private val privateN: String? = { "" }()
|
||||
|
||||
lateinit var lateInitVar: String
|
||||
}
|
||||
}
|
||||
|
||||
// FIR_COMPARISON
|
||||
|
||||
Reference in New Issue
Block a user