FIR LC: use property modifiers for backing field if lateinit

This commit is contained in:
Jinseong Jeon
2021-09-17 12:20:16 -07:00
committed by Ilya Kirillov
parent a2bfcfeae8
commit 150f066254
2 changed files with 7 additions and 3 deletions
@@ -36,4 +36,6 @@ class Class {
private val privateN: String? = { "" }()
lateinit var lateInitVar: String
}
}
// FIR_COMPARISON